Fix typo in code docs
This commit is contained in:
parent
c70bfed33d
commit
8c17a5d169
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import {AndOrTagConfigJson} from "./TagConfigJson";
|
|||
|
||||
/**
|
||||
* A TagRenderingConfigJson is a single piece of code which converts one ore more tags into a HTML-snippet.
|
||||
* For an _editable_ tagRenerdering, use 'QuestionableTagRenderingConfigJson' instead, which extends this one
|
||||
* For an _editable_ tagRendering, use 'QuestionableTagRenderingConfigJson' instead, which extends this one
|
||||
*/
|
||||
export interface TagRenderingConfigJson {
|
||||
|
||||
|
|
Loading…
Reference in a new issue