Ben Firshman 12 лет назад
Родитель
Сommit
837593e1ab
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/index.md

+ 1 - 1
docs/index.md

@@ -13,7 +13,7 @@ Define your app's environment with Docker so it can be reproduced anywhere:
     WORKDIR /code
     WORKDIR /code
     CMD python app.py
     CMD python app.py
 
 
-Define your app's services so they can be run alongside in an isolated environment:
+Define the services that make up your app so they can be run together in an isolated environment:
 
 
 ```yaml
 ```yaml
 web:
 web: