Skip to content

Commit 7e83ace

Browse files
authored
chore(docs): fix typos (#26682)
1 parent c40434a commit 7e83ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/creating-a-source-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ author {
145145
}
146146
```
147147

148-
Each type has independent schemas and field(s) on that reference the other entity -- in this case the `Post` would have an `Author`, and the `Author` might have `Post`s. The API of a service that allows complex object modelling, for example a CMS, will often allow users to add relationships between entities and expose them through the API. This same relationship can be represented by your schema.
148+
Each type has independent schemas and field(s) on that reference the other entity -- in this case the `Post` would have an `Author`, and the `Author` might have `Post`s. The API of a service that allows complex object modeling, for example a CMS, will often allow users to add relationships between entities and expose them through the API. This same relationship can be represented by your schema.
149149

150150
```graphql
151151
post {
@@ -413,7 +413,7 @@ query {
413413
id
414414
remoteImage {
415415
childImageSharp {
416-
# fluid or fixed fields for optimzed images
416+
# fluid or fixed fields for optimized images
417417
}
418418
}
419419
}

0 commit comments

Comments
 (0)