From aea4106e3d68ab9291c12579e8ebcf220b207ae8 Mon Sep 17 00:00:00 2001 From: Raghav S Date: Thu, 31 Oct 2019 00:34:19 +0530 Subject: [PATCH] Fix a few sentences --- contributing/6-UPDATING-REFERENCE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contributing/6-UPDATING-REFERENCE.md b/contributing/6-UPDATING-REFERENCE.md index 1f60279039bc..35a528c0dfd0 100644 --- a/contributing/6-UPDATING-REFERENCE.md +++ b/contributing/6-UPDATING-REFERENCE.md @@ -19,16 +19,16 @@ errors that must be fixed before we can accept your contribution. ## Formatting About_ files `About_*` files are now processed by [Pandoc][], instead of PlatyPS. `About_*` files are formatted -for the best compatibility across with all versions of PowerShell and with the publishing tools. For +for the best compatibility across all versions of PowerShell and with the publishing tools. For details, see [issue #1806][issue1806]. Please do not alter the formatting of `about_*` files without -checking in with a repo maintainer. +checking with a repo maintainer. Basic formatting guidelines: - Limit lines to 80 characters -- Code blocks and table are limited to 76 characters - Pandoc indents these by 4 spaces during +- Code blocks and tables are limited to 76 characters - Pandoc indents these by 4 spaces during conversion -- Tables need fit within 76 characters +- Tables need to fit within 76 characters - Manually wrap contents of cells across multiple lines - Use opening and closing `|` characters on each line - See a working example in [about_Comparison_Operators][about-example] @@ -84,4 +84,4 @@ See the [Pull Requests](7-PULL-REQUESTS.md) article. [platyPS.schema.md]: https://github.com/PowerShell/platyPS/blob/master/platyPS.schema.md [issue1806]: https://github.com/PowerShell/PowerShell-Docs/issues/1806 [about-example]: ../reference/5.1/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md -[Pandoc]: https://pandoc.org \ No newline at end of file +[Pandoc]: https://pandoc.org