Skip to content

Commit

Permalink
chore(docs): fix typos (#26682)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul3v committed Aug 28, 2020
1 parent c40434a commit 7e83ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/creating-a-source-plugin.md
Expand Up @@ -145,7 +145,7 @@ author {
}
```

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.
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.

```graphql
post {
Expand Down Expand Up @@ -413,7 +413,7 @@ query {
id
remoteImage {
childImageSharp {
# fluid or fixed fields for optimzed images
# fluid or fixed fields for optimized images
}
}
}
Expand Down

0 comments on commit 7e83ace

Please sign in to comment.