Skip to content

Commit

Permalink
fix(docs): typo in 0.6.x_to_0.7.x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmnz authored Feb 24, 2021
1 parent 9bddb8d commit 65920e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/landing/operations/migrations/0.6.x_to_0.7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Since now, few new parameters are available and required to tell the shopware-pw

The source of all possible domains (the prefixes before the page's path) are kept in `.shopware-pwa/sw-plugins/domains.json` file. To have it in the project it's necessary to run `init` CLI command or use separate command.

- `npx @showpare-pwa/cli@canary init` ← executes the domains synchronization under the hood.
- `npx @shopware-pwa/cli@canary init` ← executes the domains synchronization under the hood.
- `npx @shopware-pwa/cli@canary domains`

If the commands succeed - you will be noticed by the "Shopware domains refreshed" information.
Expand Down Expand Up @@ -167,4 +167,4 @@ The last crucial change affects the route generation mechanism. Now the $routing
+ <nuxt-link aria-label="Go to Home Page" :to="$routing.getUrl('/')">
```

The new helper takes always the current domain's prefix and put it first before the route's path.
The new helper takes always the current domain's prefix and put it first before the route's path.

1 comment on commit 65920e1

@vercel
Copy link

@vercel vercel bot commented on 65920e1 Feb 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.