@@ -19,17 +19,17 @@ Most APIs that accept a `<data-stream>`, `<index>`, or `<target>` request path
1919parameter also support _multi-target syntax_.
2020
2121In multi-target syntax, you can use a comma-separated list to run a request on
22- multiple resources, such as data streams, indices, or index aliases:
22+ multiple resources, such as data streams, indices, or aliases:
2323`test1,test2,test3`. You can also use {wikipedia}/Glob_(programming)[glob-like]
2424wildcard (`*`) expressions to target resources that match a pattern: `test*` or
2525`*test` or `te*t` or `*test*`.
2626
2727You can exclude targets using the `-` character: `test*,-test3`.
2828
29- IMPORTANT: Index aliases are resolved after wildcard expressions. This can
30- result in a request that targets an excluded alias. For example, if `test3` is
31- an index alias, the pattern `test*,-test3` still targets the indices for
32- `test3`. To avoid this, exclude the concrete indices for the alias instead.
29+ IMPORTANT: Aliases are resolved after wildcard expressions. This can result in a
30+ request that targets an excluded alias. For example, if `test3` is an index
31+ alias, the pattern `test*,-test3` still targets the indices for `test3`. To
32+ avoid this, exclude the concrete indices for the alias instead.
3333
3434Multi-target APIs that can target indices support the following query
3535string parameters:
0 commit comments