Skip to content

Commit 3a0e1dd

Browse files
klaussnertleunen
authored andcommitted
docs: Fix space characters in third-level headings (#270)
1 parent 7dc2da6 commit 3a0e1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A string or an array of root directories. Specify the paths or a glob path (eg.
4747

4848
A map of alias. You can also alias `node_modules` dependencies, not just local files.
4949

50-
### Regular expressions
50+
### Regular expressions
5151

5252
It is possible to specify an alias using a regular expression. To do that, either start an alias with `'^'` or end it with `'$'`:
5353

@@ -69,7 +69,7 @@ You can reference the n-th matched group with `'\\n'` (`'\\0'` refers to the who
6969

7070
To use the backslash character (`\`) just escape it like so: `'\\\\'` (double escape is needed because of JSON already using `\` for escaping).
7171

72-
### Passing a substitute function
72+
### Passing a substitute function
7373

7474
If you need even more power over the aliased path, you can pass a function in the alias configuration:
7575

0 commit comments

Comments
 (0)