Skip to content

Commit 028b33f

Browse files
authored
fix: typo in README.md (#737)
1 parent cc5c73a commit 028b33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const App => {
184184
};
185185
```
186186

187-
### How do I acess the canvas context?
187+
### How do I access the canvas context?
188188

189189
The canvas node and hence context can be accessed within the data function.
190190
This approach is useful when you want to keep your components pure.

0 commit comments

Comments
 (0)