Skip to content

Commit f2bb4a6

Browse files
authored
docs: remove stray ; (#102)
1 parent 1556d08 commit f2bb4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const client = new GraphQLClient(config)
151151

152152
```js
153153
import { ClientContext } from 'graphql-hooks'
154-
;<ClientContext.Provider value={client}>
154+
<ClientContext.Provider value={client}>
155155
{/* children can now consume the client context */}
156156
</ClientContext.Provider>
157157
```

0 commit comments

Comments
 (0)