Skip to content

Commit 9beeb38

Browse files
committed
Fix readme typo
1 parent 81e1533 commit 9beeb38

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
@@ -177,6 +177,6 @@ const edgesWithRawCursor = res[edgesWithRawCursorSymbol];
177177
console.log(edgesWithRawCursor[0].rawCursor);
178178
```
179179

180-
This can then be procided to `beforeCursor`/`afterCursor` by wrapping the object with `rawCursor(object)`.
180+
This can then be provided to `beforeCursor`/`afterCursor` by wrapping the object with `rawCursor(object)`.
181181

182182
You can also omit the `cursorSecret` and `cursor` will not be generated.

0 commit comments

Comments
 (0)