From e8a2e81e06fd63e31cd0a720895aebdd481ad463 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 17 Mar 2021 20:46:59 +0200 Subject: [PATCH] docs: correctly style alert in `updating-content-github-ui` guide (#41250) This commit replaces the unknown `is-warning` CSS class from an alert in the `updating-content-github-ui` guide with the `is-important` CSS class (that causes the alert to be given an orange-ish background). PR Close #41250 --- aio/content/guide/updating-content-github-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/updating-content-github-ui.md b/aio/content/guide/updating-content-github-ui.md index 36cffab579..d4f27c81af 100644 --- a/aio/content/guide/updating-content-github-ui.md +++ b/aio/content/guide/updating-content-github-ui.md @@ -2,7 +2,7 @@ This topic describes how to submit pull requests to the Angular repository using GitHub's user interface. If you are unfamiliar with [Git](https://git-scm.com/), you might find this process easier for making changes. -
+
Using the GitHub user interface for updates is recommended only for small changes to one file at a time, such as fixing typos, [updating the review date](guide/reviewing-content) or [updating search keywords](guide/updating-search-keywords).