diff --git a/docs/pages/docs/basic-types.md b/docs/pages/docs/basic-types.md index defd78b5..2cec041e 100644 --- a/docs/pages/docs/basic-types.md +++ b/docs/pages/docs/basic-types.md @@ -16,9 +16,9 @@ Also the following Types are available: - `graphene.List` - `graphene.NonNull` -## Shorcuts +## Shortcuts -There are some shorcuts for code easier. +There are some shortcuts for building schemas more easily. The following are equivalent ```python