Fixed various typos across the docs

This commit is contained in:
UltraBIF
2023-05-01 18:09:49 -04:00
parent ee86505136
commit 8106d33d0f
18 changed files with 24 additions and 24 deletions

View File

@ -5,7 +5,7 @@
</brief_description>
<description>
Base syntax highlighter resource all syntax highlighters extend from, provides syntax highlighting data to [TextEdit].
The associated [TextEdit] node will call into the [SyntaxHighlighter] on a as needed basis.
The associated [TextEdit] node will call into the [SyntaxHighlighter] on an as-needed basis.
[b]Note:[/b] Each Syntax highlighter instance should not be shared across multiple [TextEdit] nodes.
</description>
<tutorials>