Skip to content

Commit 2ee194b

Browse files
authored
Fix grammar
"starting with", not "starting by"
1 parent b458ae4 commit 2ee194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/tracing/trace_search_and_analytics/query_syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If your tags don't follow [tags best practices][2] and don't use the `key:value`
8484
To perform a multi-character wildcard search, use the `*` symbol as follows:
8585

8686
* `service:web*` matches every trace that has a services starting with `web`
87-
* `@url:data*` matches every trace that has a `url` starting by `data`.
87+
* `@url:data*` matches every trace that has a `url` starting with `data`.
8888

8989
### Numerical values
9090

0 commit comments

Comments
 (0)