Skip to content

Commit 5fa0e59

Browse files
committed
Fixed README
1 parent 3eac48d commit 5fa0e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ All local links point to the same file which is in the root of workspace folder:
6868

6969
## Template Inheritance
7070

71-
Template inheritance is supported for `{% extends "base" %}`, `{{< base }}` and `{{> base }}` tags. Only one level of inheritance is supported:
71+
Template inheritance is supported for `{% extends "base" %}` and `{{< base }}` tags. Only one level of inheritance is supported:
7272

7373
**`base.html`**
7474
```html
@@ -145,7 +145,7 @@ Supported languages can be configured with the `css.enabledLanguages` setting. B
145145
]
146146
```
147147

148-
Extension can be configured to support any language where it makes sense such as `nunjucks`, `twig`, `mustache`, etc. You should also install corresponding language extension which registers choosen language id in VS Code.
148+
Extension can be configured to support any language where it makes sense such as `nunjucks`, `twig`, `mustache`, etc. You should also install corresponding language extension which registers the language id in VS Code.
149149

150150
This setting is application scoped and changing the setting requires restarting VS Code.
151151

0 commit comments

Comments
 (0)