Skip to content

Commit b1fa9ab

Browse files
committed
EN,CZ : contextHelp : ordering typo fix
1 parent 1593744 commit b1fa9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/contextHelp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allElements = Array.from(document.body.querySelectorAll('*')).map(x => x.id).fil
4848
allElements = [...new Set(Array.from(document.body.querySelectorAll('*')).map(x => x.id).filter(x => x).map(x => x.split('|')[0]))];
4949
```
5050

51-
1. **Verify behavior** in the target environment—the **routing, extension, and offset** parameters affect the final chapter name.
51+
4. **Verify behavior** in the target environment—the **routing, extension, and offset** parameters affect the final chapter name.
5252

5353
## Special cases
5454

0 commit comments

Comments
 (0)