Skip to content

Commit

Permalink
fix(typo): Change "did received" to "did receive" in NOTES.txt (#15584)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Dutoit <[email protected]>
Co-authored-by: J Stickler <[email protected]>
  • Loading branch information
louisdtt and JStickler authored Jan 6, 2025
1 parent 40b1807 commit 9191eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/helm/loki/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ curl -H "Content-Type: application/json" -XPOST -s "http://127.0.0.1:3100/loki/a
{{- end}}
```

Then verify that Loki did received the data using the following command:
Then verify that Loki did receive the data using the following command:

```
curl "http://127.0.0.1:3100/loki/api/v1/query_range" --data-urlencode 'query={job="test"}' {{- if .Values.loki.auth_enabled }} -H X-Scope-OrgId:foo {{- end}} | jq .data.result
Expand Down

0 comments on commit 9191eaf

Please sign in to comment.