Skip to content

Commit 4256646

Browse files
committed
fix typo
1 parent e7d8a84 commit 4256646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/apps/toolbox/common/get-for-each-variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function processColumns(data: MultipleRowObject): {
4242
let inputSource = null
4343

4444
data.columns.forEach((column: any) => {
45-
// NOTE: we cam tell if its a tile column by its column id
45+
// NOTE: we can tell if its a tile column by its column id
4646
// tiles will either have uuid or ulid as column id
4747
if (ULID_REGEX.test(column.id) || UUID_REGEX.test(column.id)) {
4848
inputSource = FOR_EACH_INPUT_SOURCE.TILES

0 commit comments

Comments
 (0)