From faacf235255936d3f4dfd813c523545a67eb5a3d Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Wed, 25 Sep 2024 10:44:28 +0530 Subject: [PATCH] Fixed grammar mistakes in the backstage accessibility docs Signed-off-by: AmbrishRamachandiran --- docs/accessibility/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/accessibility/index.md b/docs/accessibility/index.md index 021c8309be..810fc80e73 100644 --- a/docs/accessibility/index.md +++ b/docs/accessibility/index.md @@ -8,7 +8,7 @@ In an effort to bake accessibility practices further into our process of buildin ## How to contribute -There are multiple ways to contribute to making Backstage more accessible, you'll find below a list of examples to help you get started. +There are multiple ways to contribute to making Backstage more accessible; you'll find below a list of examples to help you get started. ### Run Lighthouse in CI on your plugin @@ -58,6 +58,6 @@ If your Backstage plugin lives outside of the [Backstage main repository](https: ### Report identified issues -It’s important to remember that automated checks can only catch a small number of accessibility issues, therefore we also encourage you to conduct manual testing of your plugins using Assistive technology (screen readers, alternative navigation, and screen magnifiers are a few examples). +It’s important to remember that automated checks can only catch a small number of accessibility issues; therefore, we also encourage you to conduct manual testing of your plugins using Assistive technology (screen readers, alternative navigation, and screen magnifiers are a few examples). If you have identified accessibility issues and don’t have time to contribute a fix, please open an issue over at [Backstage Issues](https://github.com/backstage/backstage/issues) to let us know.