Skip to content

Commit

Permalink
Merge pull request docker#283 from michaelmior/patch-1
Browse files Browse the repository at this point in the history
Fix minor grammar issues
  • Loading branch information
Mano Marks committed May 25, 2017
2 parents 8a481f7 + ef93b25 commit 70d70d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 12factor/04_external_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This ensure the application is loosely coupled with the services so it can easil

## What does that mean for our application ?

At this point, the only external service the application is using is MongoDB database. The loosely coupling is already done by the MONGO_URL used to pass the connection string.
At this point, the only external service the application is using is MongoDB database. The loose coupling is already done by the MONGO_URL used to pass the connection string.

If something wrong happens with our instance of MongoDB (assuming a single instance is used, which is generally a bad idea...), we can easily switch to a new instance, providing a new MONGO_URL environment variable and restart the application.
If something wrong happens with our instance of MongoDB (assuming a single instance is used, which is generally a bad idea...), we can easily switch to a new instance, providing a new MONGO_URL environment variable and restarting the application.

[Previous](03_configuration.md) - [Next](05_build_release_run.md)

0 comments on commit 70d70d4

Please sign in to comment.