Skip to content

Commit

Permalink
minor #1020 Change Vue reference to Svelte in docs (leonardsimonse)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jul 31, 2023
2 parents 1a8ea0c + 7249ff5 commit 670a37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Svelte/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Then install the bundle using Composer and Symfony Flex:
The Flex recipe will automatically set things up for you, like adding
``.enableSvelte()`` to your ``webpack.config.js`` file and adding code
to load your Vue components inside ``assets/app.js``.
to load your Svelte components inside ``assets/app.js``.

Next, install a package to help Svelte:

Expand Down

0 comments on commit 670a37a

Please sign in to comment.