From 72df747dd681bfc7a5f0f958518750055ac2913a Mon Sep 17 00:00:00 2001 From: yerkebulan Date: Thu, 25 Jan 2018 15:59:05 +0600 Subject: [PATCH] docs(aio): add missing closing `` tag (#21771) PR Close #21771 --- aio/content/guide/ajs-quick-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/ajs-quick-reference.md b/aio/content/guide/ajs-quick-reference.md index 0b8c8bb9eb..f9d5871b42 100644 --- a/aio/content/guide/ajs-quick-reference.md +++ b/aio/content/guide/ajs-quick-reference.md @@ -1254,7 +1254,7 @@ also encapsulate a style sheet within a specific component. ### Styles configuration - + With the Angular CLI, you can configure your global styles in the `.angular-cli.json` file. You can rename the extension to `.scss` to use sass.