Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[docs] Fix Typo in docs #2007

Merged
merged 3 commits into from
Dec 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pwa-devdocs/src/tutorials/cloud-deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ If your project uses Yarn, which is the case for `venia-concept`, add the follow
```yaml
dependencies:
nodejs:
yarn: "*"
yarn: "*"
```

### Update build hooks
Expand Down Expand Up @@ -264,7 +264,7 @@ Commit all changes to the following files:
- `composer.json`
- `composer.lock`
- `package.json`
- `yark.lock`
- `yarn.lock`

If any of these files fails to add, check your `.gitignore` file.

Expand Down