Skip to content

Commit

Permalink
fix(tutorials): fix typos in katacoda/thanos/1-globalview (thanos-io#…
Browse files Browse the repository at this point in the history
…5132)

Signed-off-by: burntcarrot <[email protected]>
Signed-off-by: Nicholaswang <[email protected]>
  • Loading branch information
burntcarrot authored and Nicholaswang committed Mar 6, 2022
1 parent 840a1ec commit e67e995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/katacoda/thanos/1-globalview/step3.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ You can read more about Thanos Querier [here](https://thanos.io/tip/components/q

## Deploying Thanos Querier

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

Click below snippet to start the Querier.
Click the snippet below to start the Querier.

```
docker run -d --net=host --rm \
Expand Down

0 comments on commit e67e995

Please sign in to comment.