docs
docs copied to clipboard
Fix typos in `sortable-context.md`
This commit fixes a few typos in the Sortable Context example code.
| Before | ["A, "B", "C"] |
|---|---|
| After | ["A", "B", "C"] |