Skip to content

Commit

Permalink
Simple typo fixes in README (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdurette authored Mar 19, 2021
1 parent 44608cc commit 2a38022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/structure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function test() {
// error: Duplicate path in router: '/about-us'
// error: Parameter "id" in route '/product/{id}' does not exist on ProductPage
// error: PostsCell is missing the "Success" exported const
// error: Property "emial" does not exist on "User" model
// error: Property "email" does not exist on "User" model
// warning: Unused page AboutUs.js
```

Expand Down Expand Up @@ -95,7 +95,7 @@ Anatomy of an id:

- An id is a string.
- It has components separated by spaces.
- the first component is always a file URI (or folder URI).
- The first component is always a file URI (or folder URI).
- The rest are optional, and only exist when the node is internal to a file.

## Abstracting File System Access
Expand Down

0 comments on commit 2a38022

Please sign in to comment.