8000 Fix small typo in README · Pckmule/react-sortablejs@cbdae50 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbdae50

Browse files
authored
Fix small typo in README
1 parent a91244f commit cbdae50

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
@@ -218,7 +218,7 @@ Let's explore both here.
218218
#### HTML Element
219219

220220
Here we will use a `ul`. You can use any HTML.
221-
Just add the string and ReactSortable will use a `li` instead of a `div`.
221+
Just add the string and ReactSortable will use a `ul` instead of a `div`.
222222

223223
```tsx
224224
import React, { FC, useState } from "react";

0 commit comments

Comments
 (0)
0