Skip to content

Commit 6e2c00a

Browse files
authored
fix(tutorials): fix typos in katacoda/thanos/1-globalview (thanos-io#5132)
Signed-off-by: burntcarrot <[email protected]>
1 parent e445569 commit 6e2c00a

File tree

1 file changed

+2
-2
lines changed
  • tutorials/katacoda/thanos/1-globalview

1 file changed

+2
-2
lines changed

tutorials/katacoda/thanos/1-globalview/step3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ You can read more about Thanos Querier [here](https://thanos.io/tip/components/q
2020

2121
## Deploying Thanos Querier
2222

23-
Let' now start the Query component. As you remember [Thanos sidecar](https://thanos.io/tip/components/query.md/) exposes `StoreAPI`
23+
Let's now start the Query component. As you remember [Thanos sidecar](https://thanos.io/tip/components/query.md/) exposes `StoreAPI`
2424
so we will make sure we point the Querier to the gRPC endpoints of all our three sidecars:
2525

26-
Click below snippet to start the Querier.
26+
Click the snippet below to start the Querier.
2727

2828
```
2929
docker run -d --net=host --rm \

0 commit comments

Comments
 (0)