Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a987916

Browse files
authored
Merge pull request #2876 from RodTGG/patch-1
Update README.md - GridStackNod to GridStackNode
2 parents 5e59a88 + d8ca5a4 commit a987916

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
@@ -182,7 +182,7 @@ grid.printCount();
182182
You can now (5.1+) easily create your own layout engine to further customize your usage. Here is a typescript example
183183

184184
```ts
185-
import { GridStack, GridStackEngine, GridStackNod, GridStackMoveOpts } from 'gridstack';
185+
import { GridStack, GridStackEngine, GridStackNode, GridStackMoveOpts } from 'gridstack';
186186

187187
class CustomEngine extends GridStackEngine {
188188

0 commit comments

Comments
 (0)