Skip to content

Commit 670a37a

Browse files
committed
minor #1020 Change Vue reference to Svelte in docs (leonardsimonse)
This PR was merged into the 2.x branch. Discussion ---------- Change Vue reference to Svelte in docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | none | License | MIT Symfony UX Svelte docs refer to Vue components. I'm assuming this is because the initial docs were based on the Vue bundle. This PR changes the reference to Svelte. Commits ------- 7249ff5 Change Vue reference to Svelte in docs
2 parents 1a8ea0c + 7249ff5 commit 670a37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Svelte/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Then install the bundle using Composer and Symfony Flex:
3535
3636
The Flex recipe will automatically set things up for you, like adding
3737
``.enableSvelte()`` to your ``webpack.config.js`` file and adding code
38-
to load your Vue components inside ``assets/app.js``.
38+
to load your Svelte components inside ``assets/app.js``.
3939

4040
Next, install a package to help Svelte:
4141

0 commit comments

Comments
 (0)