File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ you can import them with ``require()`` function:
144144 render () {
145145 return (
146146 < div>
147- < img src= {require (" ./image.png" )} / >
147+ < img src= {require (" ./image.png" )}/ >
148148 < / div>
149149 )
150150 }
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ run the Symfony server in the background:
5555 Enabling TLS
5656------------
5757
58- Browsing the secure version of your apps locally is important to detect
58+ Browsing the secure version of your applications locally is important to detect
5959problems with mixed content early, and to run libraries that only run in HTTPS.
6060Traditionally this has been painful and complicated to set up, but the Symfony
6161server automates everything. First, run this command:
You can’t perform that action at this time.
0 commit comments