diff --git a/adev/src/content/tools/language-service.md b/adev/src/content/tools/language-service.md index 2dc95f5d38de8..4931662c8d6fa 100644 --- a/adev/src/content/tools/language-service.md +++ b/adev/src/content/tools/language-service.md @@ -5,7 +5,7 @@ It works with external templates in separate HTML files, and also with in-line t ## Configuring compiler options for the Angular Language Service -To enable the latest Language Service features, set the `strictTemplates` option in `tsconfig.json` by setting `strictTemplates` to `true,` as shown in the following example: +To enable the latest Language Service features, set the `strictTemplates` option in `tsconfig.json` by setting `strictTemplates` to `true`, as shown in the following example: