Skip to content

Commit ba597be

Browse files
authored
Update website/pages/docs/authorization-strategies.mdx
1 parent 65a591e commit ba597be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/authorization-strategies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ servers using GraphQL.js. It assumes you're authenticating requests and passing
1111
session object into the `context`.
1212

1313
<Callout type="info" emoji="ℹ️">
14-
In production system,s authorization should be handled in your business logic layer, not your
14+
In production systems authorization should be handled in your business logic layer, not your
1515
GraphQL resolvers. GraphQL is intended to be a thin execution layer that calls into your application's
1616
domain logic, which enforces access control.
1717
</Callout>

0 commit comments

Comments
 (0)