@@ -55,7 +55,7 @@ run the Symfony server in the background:
55
55
Enabling TLS
56
56
------------
57
57
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
59
59
problems with mixed content early, and to run libraries that only run in HTTPS.
60
60
Traditionally this has been painful and complicated to set up, but the Symfony
61
61
server automates everything. First, run this command:
@@ -167,7 +167,7 @@ local IP. However, sometimes it is preferable to associate a domain name to them
167
167
* It's more convenient when you work continuously on the same project because
168
168
port numbers can change but domains don't;
169
169
* 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 .
171
171
172
172
Setting up the Local Proxy
173
173
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -279,7 +279,7 @@ commands from the Symfony server:
279
279
# creates a new project based on symfony/website-skeleton
280
280
$ symfony new --full my_project_name
281
281
282
- # creates a new project based on the Symfony Demo application
282
+ # creates a new project based on symfony/demo
283
283
$ symfony new --demo my_project_name
284
284
285
285
SymfonyCloud Integration
0 commit comments