Skip to content

Commit

Permalink
[docs] Fix Typo in docs (#2007)
Browse files Browse the repository at this point in the history
* Fix Typo

* Update index.md
  • Loading branch information
Lars Roettig authored and jcalcaben committed Dec 3, 2019
1 parent 5dbdc20 commit da140d4
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit da140d4

Please # to comment.