diff --git a/docs/accessibility.md b/docs/accessibility.md index 2a59b037f..9eed2e5c3 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -50,7 +50,7 @@ See in the code snippet above, the `accTitle` and `accDescr` are defined in the ### Multi-line Accessibility title/description -You can also define the accessibility options in a multi-line format, where the keyword is followed by opening curly bracket `{` and then mutltile lines, followed by a closing `}`. +You can also define the accessibility options in a multi-line format, where the keyword is followed by opening curly bracket `{` and then multiple lines, followed by a closing `}`. `accTitle: My single line title value` (***single line format***) diff --git a/src/docs/accessibility.md b/src/docs/accessibility.md index 920cd058c..ecd84a32e 100644 --- a/src/docs/accessibility.md +++ b/src/docs/accessibility.md @@ -36,7 +36,7 @@ See in the code snippet above, the `accTitle` and `accDescr` are defined in the ### Multi-line Accessibility title/description -You can also define the accessibility options in a multi-line format, where the keyword is followed by opening curly bracket `{` and then mutltile lines, followed by a closing `}`. +You can also define the accessibility options in a multi-line format, where the keyword is followed by opening curly bracket `{` and then multiple lines, followed by a closing `}`. `accTitle: My single line title value` (***single line format***)