We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff54b4 + 90797c3 commit 2d66d80Copy full SHA for 2d66d80
frontend/encore/vuejs.rst
@@ -144,7 +144,7 @@ you can import them with ``require()`` function:
144
render() {
145
return (
146
<div>
147
- <img src={require("./image.png")} />
+ <img src={require("./image.png")}/>
148
</div>
149
)
150
}
setup/symfony_server.rst
@@ -55,7 +55,7 @@ run the Symfony server in the background:
55
Enabling TLS
56
------------
57
58
-Browsing the secure version of your apps locally is important to detect
+Browsing the secure version of your applications locally is important to detect
59
problems with mixed content early, and to run libraries that only run in HTTPS.
60
Traditionally this has been painful and complicated to set up, but the Symfony
61
server automates everything. First, run this command:
0 commit comments