diff --git a/frontend/encore/vuejs.rst b/frontend/encore/vuejs.rst
index b80a850b9df..4a9e1d0074b 100644
--- a/frontend/encore/vuejs.rst
+++ b/frontend/encore/vuejs.rst
@@ -144,7 +144,7 @@ you can import them with ``require()`` function:
render() {
return (
-
})
+
)
}
diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst
index 3dd82c2e7cf..f93a8175f87 100644
--- a/setup/symfony_server.rst
+++ b/setup/symfony_server.rst
@@ -55,7 +55,7 @@ run the Symfony server in the background:
Enabling TLS
------------
-Browsing the secure version of your apps locally is important to detect
+Browsing the secure version of your applications locally is important to detect
problems with mixed content early, and to run libraries that only run in HTTPS.
Traditionally this has been painful and complicated to set up, but the Symfony
server automates everything. First, run this command: