diff options
-rw-r--r-- | docs/yaml/objects/feature.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/yaml/objects/feature.yaml b/docs/yaml/objects/feature.yaml index 26b677f..a5ae7a6 100644 --- a/docs/yaml/objects/feature.yaml +++ b/docs/yaml/objects/feature.yaml @@ -90,7 +90,7 @@ methods: error_message: type: str default: "''" - description: The error Message to print if the check fails + description: The error message to print if the check fails - name: enable_if returns: feature @@ -124,7 +124,7 @@ methods: error_message: type: str default: "''" - description: The error Message to print if the check fails + description: The error message to print if the check fails - name: disable_if returns: feature @@ -162,4 +162,4 @@ methods: error_message: type: str default: "''" - description: The error Message to print if the check fails + description: The error message to print if the check fails |