From 2a3802283ca8121a995df989088e229a0ba29025 Mon Sep 17 00:00:00 2001 From: Brandon DuRette Date: Fri, 19 Mar 2021 12:14:38 -0500 Subject: [PATCH] Simple typo fixes in README (#2041) --- packages/structure/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/structure/README.md b/packages/structure/README.md index 25ffb22159f3..80ed0afc972f 100644 --- a/packages/structure/README.md +++ b/packages/structure/README.md @@ -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 ``` @@ -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