Skip to content

Commit 0bee6ba

Browse files
committed
consistent punctuation
1 parent 597a8e2 commit 0bee6ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-faceted-navigation-examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ A partial response, trimmed for brevity, shows Tags with child facets for the ro
427427
}
428428
```
429429

430-
This last example shows precedence rules for parentheses that affects nesting levels. Suppose you want to return a facet hierarchy in this order:
430+
This last example shows precedence rules for parentheses that affects nesting levels. Suppose you want to return a facet hierarchy in this order.
431431

432432
```
433433
Address/StateProvince
@@ -436,7 +436,7 @@ Address/StateProvince
436436
Rating
437437
```
438438

439-
To return this hierarchy, create a query where Category and Rating are siblings under Address/City:
439+
To return this hierarchy, create a query where Category and Rating are siblings under Address/City.
440440

441441
```json
442442
{
@@ -462,7 +462,7 @@ If you remove the innermost parentheses, Category and Rating are no longer sibli
462462
}
463463
```
464464

465-
The top-level parent is still Address/StateProvince, but now Address/City and Rating are on same level:
465+
The top-level parent is still Address/StateProvince, but now Address/City and Rating are on same level.
466466

467467
```
468468
Address/StateProvince

0 commit comments

Comments
 (0)