Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 929d682

Browse files
author
Antony MECHIN
committed
Examples: Fix typos.
Signed-off-by: Antony MECHIN <[email protected]>
1 parent 6e48731 commit 929d682

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/hello-world/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Initialize project
44

5-
In this example, we will create a one-service application that deploys an web page displaying a message.
5+
In this example, we will create a single service application that deploys a web page displaying a message.
66

77
Initialize the project using `docker-app init hello-world`.
88

@@ -27,7 +27,7 @@ services:
2727

2828
### Give variables their default value
2929

30-
Open `settings.yml` and every variables with the default value you want, e.g.:
30+
Open `settings.yml` and add every variables with the default value you want, e.g.:
3131

3232
```
3333
$ cat settings.yml

examples/voting-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Change default replicas, from:
3434

3535
### Give variables their default value
3636

37-
Open `settings.yml` and every variables with the default value you want, e.g.:
37+
Open `settings.yml` and add every variables with the default value you want, e.g.:
3838

3939
```
4040
$ cat settings.yml

0 commit comments

Comments
 (0)