Skip to content

Commit 3144306

Browse files
committed
Updated column editor
1 parent b3a0ce2 commit 3144306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/column-creator/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function ColumnCreator({ data }: { data: ColumnCreatorData }) {
4141
".",
4242
]),
4343
h("p", [
44-
"Splitting column datasets into two elements allows more complex columns (e.g., from stratigraphic charts) to be captured faithfully.",
44+
"Splitting column datasets into two elements allows columns depicting complex lateral relationships (e.g., from stratigraphic charts) to be captured faithfully.",
4545
]),
4646
h("h3", "How to use"),
4747
h("ol", [

0 commit comments

Comments
 (0)