Skip to content

Commit 3e9a541

Browse files
committed
Fix a typo
1 parent 630c970 commit 3e9a541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

text/0779-first-class-component-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ During implementation—before this is the default for Ember apps, and before it
941941

942942
- to enable future design moves in this spacefor example, `<style>` blocks for scoped CSS or `<query>` blocks for languages like GraphQL, etc.
943943

944-
- to enable other parts of the JS ecosystem to adopt thisin the same way that JSX is not a React-only syntax but a [spec](https://facebook.github.io/jsx/) can also be used by e.g. [Solid](https://www.solidjs.com)—since it could be valuable authoring format for Svelte, Vue, and other template-focused/HTML-first frameworks
944+
- to enable other parts of the JS ecosystem to adopt thisin the same way that JSX is not a React-only syntax but a [spec](https://facebook.github.io/jsx/) which can also be used by e.g. [Solid](https://www.solidjs.com)—since it could be valuable authoring format for Svelte, Vue, and other template-focused/HTML-first frameworks
945945

946946

947947
## Transition path

0 commit comments

Comments
 (0)