Skip to content

Commit e4b349c

Browse files
fix: correct semnantic typo to description in components.yaml
1 parent 3d41713 commit e4b349c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/tests/components.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python-bindings:
3232
description: Tutorial git reference to use
3333
default: "master"
3434
PYTHON_BINDINGS_REF:
35-
semnantic: Git ref of the Python bindings to use
35+
description: Git ref of the Python bindings to use
3636
default: "master"
3737

3838
openfoam-adapter:
@@ -75,10 +75,10 @@ fenics-adapter:
7575
description: Tutorial git reference to use
7676
default: "master"
7777
PYTHON_BINDINGS_REF:
78-
semnantic: Git ref of the Python bindings to use
78+
description: Git ref of the Python bindings to use
7979
default: "master"
8080
FENICS_ADAPTER_REF:
81-
semnantic: Git ref of the fenics adapter to use
81+
description: Git ref of the fenics adapter to use
8282
default: "master"
8383

8484
nutils-adapter:
@@ -98,7 +98,7 @@ nutils-adapter:
9898
description: Tutorial git reference to use
9999
default: "master"
100100
PYTHON_BINDINGS_REF:
101-
semnantic: Git ref of the Python bindings to use
101+
description: Git ref of the Python bindings to use
102102
default: "master"
103103

104104
calculix-adapter:
@@ -190,7 +190,7 @@ dumux-adapter:
190190
description: Version of DuMux to use
191191
default: "3.7"
192192
DUMUX_ADAPTER_REF:
193-
semnantic: Git ref of the dumux adapter to use
193+
description: Git ref of the dumux adapter to use
194194
default: "main"
195195

196196
micro-manager:

0 commit comments

Comments
 (0)