Skip to content

Commit 73871fa

Browse files
committed
minor #11269 small tweaks for Symfony server (OskarStark)
This PR was merged into the master branch. Discussion ---------- small tweaks for Symfony server <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- fd912c0 small tweaks for Symfony server
2 parents dd40b56 + fd912c0 commit 73871fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/symfony_server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5959
problems with mixed content early, and to run libraries that only run in HTTPS.
6060
Traditionally this has been painful and complicated to set up, but the Symfony
6161
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
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

172172
Setting 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

Comments
 (0)