Fix some random capitalization in feature.yaml

pull/12086/head
Tristan Partin 1 year ago committed by Eli Schwartz
parent f88a9cd6b3
commit 14892eb849
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 6
      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

Loading…
Cancel
Save