Merge pull request #7920 from shz117/patch-1

Update part3.md
This commit is contained in:
Anne Henmi 2018-12-26 09:39:21 -07:00 committed by GitHub
commit 6dc4161da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ must go one level up in the hierarchy of a distributed application: the
## About services
In a distributed application, different pieces of the app are called "services."
In a distributed application, different pieces of the app are called "services".
For example, if you imagine a video sharing site, it probably includes a service
for storing application data in a database, a service for video transcoding in
the background after a user uploads something, a service for the front-end, and