We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1593744 commit b1fa9abCopy full SHA for b1fa9ab
en/contextHelp.md
@@ -48,7 +48,7 @@ allElements = Array.from(document.body.querySelectorAll('*')).map(x => x.id).fil
48
allElements = [...new Set(Array.from(document.body.querySelectorAll('*')).map(x => x.id).filter(x => x).map(x => x.split('|')[0]))];
49
```
50
51
-1. **Verify behavior** in the target environment—the **routing, extension, and offset** parameters affect the final chapter name.
+4. **Verify behavior** in the target environment—the **routing, extension, and offset** parameters affect the final chapter name.
52
53
## Special cases
54
0 commit comments