We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e1533 commit 9beeb38Copy full SHA for 9beeb38
README.md
@@ -177,6 +177,6 @@ const edgesWithRawCursor = res[edgesWithRawCursorSymbol];
177
console.log(edgesWithRawCursor[0].rawCursor);
178
```
179
180
-This can then be procided to `beforeCursor`/`afterCursor` by wrapping the object with `rawCursor(object)`.
+This can then be provided to `beforeCursor`/`afterCursor` by wrapping the object with `rawCursor(object)`.
181
182
You can also omit the `cursorSecret` and `cursor` will not be generated.
0 commit comments