Skip to content

Commit

Permalink
Fix grammar and flow in Seciton 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe authored and msporny committed Sep 15, 2024
1 parent 37dced5 commit c14b795
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 272 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
**/.DS_Store
**/.vscode
**/package-lock.json
out.html
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,16 @@ bundle exec jekyll serve --watch --force_polling

You should be able to see the page build errors in detail upon running the
command above.

### Local Development

This spec is built with [`respec`](https://respec.org/).

To develop locally, first install `respec`. After installing `respec`, you
can build the spec locally using the following command, run from the project's root:

```sh
respec --localhost index.html out.html --verbose -e
```

Next open up `out.html` in a web browser and review the document.
Loading

0 comments on commit c14b795

Please sign in to comment.