Skip to content

Commit 41acc29

Browse files
committed
Update README.md
1 parent d2c5179 commit 41acc29

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
@@ -31,7 +31,7 @@ Get the latest build from a CDN (jsdelivr.net)
3131
| options.group.*elementsPerGroup* | `number` | Defines a number of elements per group. | *Optional* | 1 |
3232
| options.group.*groupContainer* | `string` | Element type of a group. | *Optional* | "div" |
3333
| options.group.*groupClasses* | `string` \| `string[]` | Classes to be added to the group DOM element. | *Optional* | [] |
34-
| options.group.*groupElementClasses* | `string` \| <br>`string[]` \|<br> `string[string[]]` | Classes to be added to the elements of the group. | *Optional* | [] |
34+
| options.group.*groupElementClasses* | `string` \| <br>`string[]` \|<br> `string[][]` | Classes to be added to the elements of the group. | *Optional* | [] |
3535

3636
Create a new instance of the `DOMifyText` object:
3737
```javascript

0 commit comments

Comments
 (0)