Fix typo in Gallery.stories.svelte (#5531)

colums -> columns
This commit is contained in:
Ikko Eltociear Ashimine 2023-09-14 03:59:39 +09:00 committed by GitHub
parent 81c9ca9a2e
commit 06bdc62b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
},
grid_cols: {
options: [1, 2, 3, 4],
description: "The number of colums to show in grid",
description: "The number of columns to show in grid",
control: { type: "select" },
defaultValue: 2
},