Skip to content

Commit

Permalink
docs: note on yarn content flaws (mdn#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 15, 2021
1 parent 104d418 commit c594843
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ open `http://localhost:5000/en-us/docs/web/javascript` in your browser.
1. You might have noticed that at the top of each page that you preview, for example
the `http://localhost:5000/en-us/docs/web/javascript` page, there is a `Show flaws` button.
Click on that button to see if your changes have introduced flaws on the page.
You can also fix flaws on a particular page by running the command:

```sh
yarn content flaws <slug>
```

1. Once you're happy with your changes, add and commit them to your branch, and then
push the branch to your fork. Remember, the default name that `git` assigned to the remote
Expand Down

0 comments on commit c594843

Please sign in to comment.