Skip to content

Commit 8e3ca53

Browse files
committed
adjust colour spelling to match other frameworks
1 parent ab7bc71 commit 8e3ca53

File tree

1 file changed

+1
-1
lines changed
  • frameworks/keyed/solid-store/src

1 file changed

+1
-1
lines changed

frameworks/keyed/solid-store/src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const buildData = (count) => {
1515
for (let i = 0; i < count; i++) {
1616
data[i] = {
1717
id: nextId++,
18-
label: `${adjectives[random(adjectives.length)]} ${colours[random(colours.length)]} ${nouns[random(nouns.length)]}`
18+
label: `${adjectives[random(adjectives.length)]} ${colors[random(colors.length)]} ${nouns[random(nouns.length)]}`
1919
}
2020
}
2121
return data;

0 commit comments

Comments
 (0)