Skip to content

Commit 9191eaf

Browse files
louisdttJStickler
andauthored
fix(typo): Change "did received" to "did receive" in NOTES.txt (#15584)
Signed-off-by: Louis Dutoit <39375035+louisdtt@users.noreply.github.com> Co-authored-by: J Stickler <julie.stickler@grafana.com>
1 parent 40b1807 commit 9191eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎production/helm/loki/templates/NOTES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ curl -H "Content-Type: application/json" -XPOST -s "http://127.0.0.1:3100/loki/a
123123
{{- end}}
124124
```
125125

126-
Then verify that Loki did received the data using the following command:
126+
Then verify that Loki did receive the data using the following command:
127127

128128
```
129129
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

0 commit comments

Comments
 (0)