Skip to content

Commit

Permalink
Update docs/api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Williams <blakewilliams@github.com>
  • Loading branch information
camertron and BlakeWilliams authored Jul 21, 2023
1 parent 1f5889b commit d39e32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ double render if they emit the result.
<% super %> # does not double-render
```

`super` also does not consider the current variant. `render_parent` penders the
`super` also does not consider the current variant. `render_parent` renders the

Check failure on line 113 in docs/api.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/api.md#L113

[Microsoft.Contractions] Use 'doesn't' instead of 'does not'.
Raw output
{"message": "[Microsoft.Contractions] Use 'doesn't' instead of 'does not'.", "location": {"path": "docs/api.md", "range": {"start": {"line": 113, "column": 14}}}, "severity": "ERROR"}
parent template considering the current variant and emits the result without
double-rendering.

Expand Down

0 comments on commit d39e32f

Please sign in to comment.