Skip to content

Commit 91812df

Browse files
author
openMINDS pipeline
committed
build triggered by submodule version
1 parent c4c9b73 commit 91812df

92 files changed

Lines changed: 92 additions & 92 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openminds/v3/chemicals/chemical_mixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ChemicalMixture(LinkedMetadata):
2626
formatting="text/markdown",
2727
multiline=True,
2828
description="Mention of what deserves additional attention or notice.",
29-
instructions="Enter any additional remarks concering this chemical mixture.",
29+
instructions="Enter any additional remarks concerning this chemical mixture.",
3030
),
3131
Property(
3232
"has_part",

openminds/v3/chemicals/chemical_substance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ChemicalSubstance(LinkedMetadata):
2626
formatting="text/markdown",
2727
multiline=True,
2828
description="Mention of what deserves additional attention or notice.",
29-
instructions="Enter any additional remarks concering this chemical substance.",
29+
instructions="Enter any additional remarks concerning this chemical substance.",
3030
),
3131
Property(
3232
"lookup_label",

openminds/v3/controlled_terms/action_status_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ActionStatusType(LinkedMetadata):
7777
min_items=1,
7878
formatting="text/plain",
7979
description="Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
80-
instructions="Enter one or several synonyms (inlcuding abbreviations) for this controlled term.",
80+
instructions="Enter one or several synonyms (including abbreviations) for this controlled term.",
8181
),
8282
]
8383

openminds/v3/controlled_terms/age_category.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AgeCategory(LinkedMetadata):
7777
min_items=1,
7878
formatting="text/plain",
7979
description="Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
80-
instructions="Enter one or several synonyms (inlcuding abbreviations) for this controlled term.",
80+
instructions="Enter one or several synonyms (including abbreviations) for this controlled term.",
8181
),
8282
]
8383

openminds/v3/controlled_terms/analysis_technique.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AnalysisTechnique(LinkedMetadata):
7777
min_items=1,
7878
formatting="text/plain",
7979
description="Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
80-
instructions="Enter one or several synonyms (inlcuding abbreviations) for this controlled term.",
80+
instructions="Enter one or several synonyms (including abbreviations) for this controlled term.",
8181
),
8282
]
8383

openminds/v3/controlled_terms/anatomical_axes_orientation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AnatomicalAxesOrientation(LinkedMetadata):
7777
min_items=1,
7878
formatting="text/plain",
7979
description="Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
80-
instructions="Enter one or several synonyms (inlcuding abbreviations) for this controlled term.",
80+
instructions="Enter one or several synonyms (including abbreviations) for this controlled term.",
8181
),
8282
]
8383

openminds/v3/controlled_terms/anatomical_identification_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AnatomicalIdentificationType(LinkedMetadata):
7777
min_items=1,
7878
formatting="text/plain",
7979
description="Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
80-
instructions="Enter one or several synonyms (inlcuding abbreviations) for this controlled term.",
80+
instructions="Enter one or several synonyms (including abbreviations) for this controlled term.",
8181
),
8282
]
8383

openminds/v3/controlled_terms/anatomical_plane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AnatomicalPlane(LinkedMetadata):
7777
min_items=1,
7878
formatting="text/plain",
7979
description="Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
80-
instructions="Enter one or several synonyms (inlcuding abbreviations) for this controlled term.",
80+
instructions="Enter one or several synonyms (including abbreviations) for this controlled term.",
8181
),
8282
]
8383

openminds/v3/controlled_terms/annotation_criteria_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AnnotationCriteriaType(LinkedMetadata):
7777
min_items=1,
7878
formatting="text/plain",
7979
description="Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
80-
instructions="Enter one or several synonyms (inlcuding abbreviations) for this controlled term.",
80+
instructions="Enter one or several synonyms (including abbreviations) for this controlled term.",
8181
),
8282
]
8383

openminds/v3/controlled_terms/annotation_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AnnotationType(LinkedMetadata):
7777
min_items=1,
7878
formatting="text/plain",
7979
description="Words or expressions used in the same language that have the same or nearly the same meaning in some or all senses.",
80-
instructions="Enter one or several synonyms (inlcuding abbreviations) for this controlled term.",
80+
instructions="Enter one or several synonyms (including abbreviations) for this controlled term.",
8181
),
8282
]
8383

0 commit comments

Comments
 (0)