fix codespell issues
This commit is contained in:
@@ -162,7 +162,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: sudo pip install codespell
|
- run: sudo pip install codespell
|
||||||
- run: codespell -S './.git*,./src/img*' -L que --ignore-words=./.codespell_ignore
|
- run: codespell -S './.git*,./src/img*,./yarn.lock' -L que --ignore-words=./.codespell_ignore
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|||||||
@@ -324,7 +324,7 @@ Replace metric name using pattern. Pattern is regex or regular string. If regex
|
|||||||
|$' | Inserts the portion of the string that follows the matched substring. |
|
|$' | Inserts the portion of the string that follows the matched substring. |
|
||||||
|$n | Where n is a non-negative integer less than 100, inserts the nth parenthesized submatch string, provided the first argument was a RegExp object. |
|
|$n | Where n is a non-negative integer less than 100, inserts the nth parenthesized submatch string, provided the first argument was a RegExp object. |
|
||||||
|
|
||||||
For more detais see [String.prototype.replace()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace) function.
|
For more details see [String.prototype.replace()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace) function.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user