From 022117f5479d2d9769e19d5c31c0308fa84a4978 Mon Sep 17 00:00:00 2001 From: Anthony Swierkosz Date: Fri, 13 May 2022 01:02:24 -0400 Subject: [PATCH] Update alt text and fix small grammatical errors --- CONTRIBUTING.md | 12 ++++++------ ...{propose-file-change.png => propose-changes.png} | Bin 2 files changed, 6 insertions(+), 6 deletions(-) rename images/{propose-file-change.png => propose-changes.png} (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c497fa6986..1beaf57be2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,13 +19,13 @@ We've tried to make editing an existing, public file as simple as possible. ### To edit a topic -1. Go to the page on [docs.microsoft.com](https://docs.microsoft.com/) that you want to update, and then select **Edit** (pencil icon). +1. Go to the page on [docs.microsoft.com](https://docs.microsoft.com/) that you want to update, and then select the **Pencil** icon. - ![Microsoft Docs Web, showing the Edit link.](images/contribute-link.png) + ![Microsoft Docs Web, showing the Edit This Document link.](images/contribute-link.png) - If the Edit button isn't present, it may mean the content isn't open to public contributions. Some pages are generated (for example, from inline documentation in code) and must be edited in the project they belong to. + If the pencil icon isn't present, it may mean the content isn't open to public contributions. Some pages are generated (for example, from inline documentation in code) and must be edited in the project they belong to. -2. On GitHub, Select the **Pencil** icon to edit the article. If the pencil icon is grayed out, you need to either log in to your GitHub account or create a new account. +2. On GitHub, select the **Pencil** icon to edit the article. If the pencil icon is grayed out, you need to either log in to your GitHub account or create a new account. ![GitHub Web, showing the Pencil icon.](images/pencil-icon.png) @@ -36,11 +36,11 @@ We've tried to make editing an existing, public file as simple as possible. 4. Make your suggested change, and then select **Preview changes** to make sure it looks correct. - ![GitHub Web, showing the Preview Changes tab.](images/preview-changes.png) + ![GitHub Web, showing the Preview changes tab.](images/preview-changes.png) 5. When you’re done editing, scroll to the bottom of the page, and then select **Propose changes** to create a fork in your personal GitHub account. - ![GitHub Web, showing the Propose file change button.](images/propose-file-change.png) + ![GitHub Web, showing the Propose changes button.](images/propose-changes.png) The **Comparing changes** screen appears to see what the changes are between your fork and the original content. diff --git a/images/propose-file-change.png b/images/propose-changes.png similarity index 100% rename from images/propose-file-change.png rename to images/propose-changes.png