diff --git a/runtime/reference/documentation.md b/runtime/reference/documentation.md index 21ab16c48..47c9fc673 100644 --- a/runtime/reference/documentation.md +++ b/runtime/reference/documentation.md @@ -41,7 +41,7 @@ If no language identifier is specified then the language is inferred from media type of the source document that the code block is extracted from. Another attribute supported is `ignore`, which tells the test runner to skip -type-checking the code block. +evaluation and type-checking of the code block. ````ts /**