Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Fix minor grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior authored May 25, 2017
1 parent 8a481f7 commit ef93b25
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 ef93b25

Please sign in to comment.