Skip to content

Commit c38985f

Browse files
committed
Fix ignoredHighlightLanguages docs
See #2956
1 parent 766fe9e commit c38985f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/options/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ loads the following languages.
235235
## ignoredHighlightLanguages
236236

237237
Specifies languages used in code blocks which should be silently ignored by TypeDoc.
238-
By default, TypeDoc will produce an error if a code block specifies a language which
238+
By default, TypeDoc will produce a warning if a code block specifies a language which
239239
is not present in the highlightLanguages array.
240240

241241
```json

0 commit comments

Comments
 (0)