Skip to content

Commit

Permalink
docs: fix typo in adaptor-fetch README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jul 6, 2023
1 parent 8e14d84 commit 2234e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adaptor-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
fields: {
movie: {
type: "external",
adaptor: moviesAdaptor,
adaptor: movieAdaptor,
},
},
render: ({ movie }) => <h1>{movie.title}</h1>,
Expand Down

0 comments on commit 2234e01

Please sign in to comment.