Skip to content

Commit

Permalink
fix(docs): README typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
maticzav authored May 26, 2018
2 parents 2ddbeef + 6f641c8 commit 8838612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Shield, by default, catches all errors thrown durign resolver execution. This wa
Nevertheless, you can use `CustomError` error types to report your custom error messages to your users.

```tsx
import { CustomError } from 'graphql-shield`
import { CustomError } from 'graphql-shield'

const typeDefs = `
type Query {
Expand Down

0 comments on commit 8838612

Please sign in to comment.