@@ -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:
@@ -167,7 +167,7 @@ local IP. However, sometimes it is preferable to associate a domain name to them
167167* It's more convenient when you work continuously on the same project because
168168 port numbers can change but domains don't;
169169* The behavior of some applications depend on their domains/subdomains;
170- * To have stable endpoints, such as the local redirection URL for Oauth2 .
170+ * To have stable endpoints, such as the local redirection URL for OAuth2 .
171171
172172Setting up the Local Proxy
173173~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -279,7 +279,7 @@ commands from the Symfony server:
279279 # creates a new project based on symfony/website-skeleton
280280 $ symfony new --full my_project_name
281281
282- # creates a new project based on the Symfony Demo application
282+ # creates a new project based on symfony/demo
283283 $ symfony new --demo my_project_name
284284
285285 SymfonyCloud Integration
0 commit comments