Skip to content

Commit

Permalink
Merge branch 'render_parent_with_variants' of github.com:ViewComponen…
Browse files Browse the repository at this point in the history
…t/view_component into render_parent_with_variants
  • Loading branch information
camertron committed Jul 21, 2023
2 parents a701df5 + d39e32f commit 656d883
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 656d883

Please sign in to comment.