Skip to content

Commit

Permalink
fix(helper-text): fixed spelling/punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Mar 15, 2023
1 parent 75e0dfb commit 3bb728a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/patternfly/components/Login/examples/Login.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ wrapperTag: div
| `.pf-c-login__main-header-utilities` | `<div>` | Creates a utilities section in the main header area. **Note:** For use with a language selector menu. |
| `.pf-c-login__main-body` | `<div>` | Creates the body of the main area. **Required** |
| `.pf-c-login__main-body .pf-c-form` | `<form>` | Creates the login form in the main body area. **Required**|
| `.pf-c-login__main-body .pf-c-form .pf-c-form-helper-text` | `<form>` | Creates the error messages shown when the form has errors. When not active, apply `.pf-m-hidden.` **Required** |
| `.pf-c-login__main-body .pf-c-form .pf-c-form-helper-text` | `<form>` | Creates the error messages shown when the form has errors. When not active, apply `.pf-m-hidden`. **Required** |
| `.pf-c-login__main-footer` | `<footer>` | Creates the footer of the main area. **Required** |
| `.pf-c-login__main-footer-links` | `<ul>` | Creates a list of links in the main footer. **Required** |
| `.pf-c-login__main-footer-links-item` | `<li>` | Creates proper spacing for links in the main footer. **Required** |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{{/form-label}}
{{/form-group-label}}
{{#> form-group-control}}
{{> form-helper-text helper-text--value='This is a requied field' helper-text-item--IsError=true helper-text-item--HasIcon=true}}
{{> form-helper-text helper-text--value='This is a required field' helper-text-item--IsError=true helper-text-item--HasIcon=true}}
{{#> check}}
{{#> check-input check-input--attribute='type="checkbox" id="alt-checkbox1" name="alt-checkbox1"'}}{{/check-input}}
{{#> check-label check-label--attribute='for="alt-checkbox1"'}}Follow up via email.{{/check-label}}
Expand Down
2 changes: 1 addition & 1 deletion src/patternfly/demos/Alert/alert-template-stacked-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{{#> form-label form-label--attribute=(concat 'for="' form-group--id '"') required='true'}}
How can we contact you?
{{/form-label}}
{{> form-helper-text helper-text--value='This is a requied field' helper-text-item--HasIcon=true helper-text-item--IsError=true}}
{{> form-helper-text helper-text--value='This is a required field' helper-text-item--HasIcon=true helper-text-item--IsError=true}}
{{/form-group-label}}
{{#> form-group-control form-group-control--modifier="pf-m-inline"}}
{{#> check}}
Expand Down

0 comments on commit 3bb728a

Please sign in to comment.