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

Skip to content

Commit 5577791

Browse files
committed
fix typo
1 parent c8089bf commit 5577791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ Parameters:
9999
position
100100

101101
```javascript
102-
$('.grid-stack).gridstack();
102+
$('.grid-stack').gridstack();
103103

104-
var grid = $('.grid-stack).data('gridstack');
104+
var grid = $('.grid-stack').data('gridstack');
105105
grid.add_widget(el, 0, 0, 3, 2, true);
106106
```
107107

0 commit comments

Comments
 (0)