Skip to content

Commit 2e21253

Browse files
authored
fix "parser" typo
1 parent 89638c2 commit 2e21253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/config-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ If you previously had a v7.9-or-earlier style function list entry in `functionLi
329329
3. Copy the `<association...>` tag from the old `functionList.xml` to the `functionList\overrideMap.xml`, and place near the end of the `<associationMap>` section. Make sure it follows the rules for modern `<association>` tag syntax
330330
4. Open the `functionList\blah.xml` for your particular language
331331
- If you don't have `blah.xml` yet, copy another language's XML file from the most-recent Notepad++ version to `blah.xml`, and remove the whole `<parser...> ... </parser>` section
332-
5. Copy the `<parer...>...</parser>` section from the old `functionList.xml` to the `functionList\blah.xml`
332+
5. Copy the `<parser...>...</parser>` section from the old `functionList.xml` to the `functionList\blah.xml`
333333
- Please note that the `blah.xml` should _not_ contain a `<parsers>` section, _just_ the `<parser>` section. It will cause problems with the Function List if you wrap it in the `<parsers>...</parsers>` block. Make sure it ends up with the structure described above.
334334

335335
## Toolbar Icon Customization: `toolbarIcons.xml`

0 commit comments

Comments
 (0)