Skip to content

Commit ef23193

Browse files
andyy5andy yeung
authored and
andy yeung
committed
Fix typo
Signed-off-by: andy yeung <andy.yeung@loginradius.com>
1 parent b14f64d commit ef23193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container-deployment/install-by-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please download and install [Docker](https://www.docker.com/) from here.
1515

1616
## Step 1: Pull Fluentd's Docker image
1717

18-
Then, please download Fluentd vv1.6-debian-1's image by `docker pull` command.
18+
Then, please download Fluentd v1.6-debian-1's image by `docker pull` command.
1919

2020
``` {.CodeRay}
2121
$ docker pull fluent/fluentd:v1.6-debian-1
@@ -67,7 +67,7 @@ $ docker run -p 9880:9880 -v $(pwd)/tmp:/fluentd/etc -e FLUENTD_CONF=fluentd.con
6767
2019-08-21 00:30:38.332472611 +0000 fluent.info: {"worker":0,"message":"fluentd worker is now running worker=0"}
6868
```
6969

70-
## Step3: Post Sample Logs via HTTP
70+
## Step 3: Post Sample Logs via HTTP
7171

7272
Let's post sample logs via HTTP and confirm it's working. `curl` command
7373
is always your friend.

0 commit comments

Comments
 (0)