From daf5b3c399c70baca3b352ca84c0b93cfcfcea2a Mon Sep 17 00:00:00 2001 From: Paul Czarkowski Date: Thu, 4 Oct 2018 15:31:11 -0500 Subject: [PATCH] [accessibility] replace e.g. with "for example" e.g. being a Latin abbreviation can be confusing for folks for whom English (with all of its weird quirks) is not their first language. There are better ways of saying "for example" (for example, for example) that will improve readability for all. see also - https://insidegovuk.blog.gov.uk/2016/07/20/changes-to-the-style-guide-no-more-eg-and-ie-etc/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 009f227..b432f8d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ All files within this repo are released under the [MIT (OSI) License]( https://e # Contribute! The source files in this repo are for historical reference and will be kept static, so please **don’t send** Pull Requests suggesting any modifications to the source files, but feel free to fork this repo and experiment 😊. -If, however, you’d like to submit additional non-source content or modifications to non-source files (e.g., this README), please submit via PR, and we’ll review and consider. +If, however, you’d like to submit additional non-source content or modifications to non-source files (for example, this README), please submit via PR, and we’ll review and consider. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.