From 1a1b57195b04a39331abf3fde109b10225749cb5 Mon Sep 17 00:00:00 2001 From: Hoeksema <7414068+Hoeksema@users.noreply.github.com> Date: Mon, 23 Aug 2021 14:59:50 +0200 Subject: [PATCH 1/2] Fix accuracy of short title --- .../migrating-oauth-apps-to-github-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md b/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md index a450696f00..5d2f1fb4f2 100644 --- a/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md +++ b/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md @@ -10,7 +10,7 @@ versions: ghae: '*' topics: - GitHub Apps -shortTitle: Migrate to OAuth Apps +shortTitle: Migrate from OAuth Apps --- This article provides guidelines for existing integrators who are considering migrating from an OAuth App to a GitHub App. From e040d131fc5f12ef8a3f1d55c71c0938ce6f7e1a Mon Sep 17 00:00:00 2001 From: Mike Stewart <2521245+mike-stewart@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:41:03 -0300 Subject: [PATCH 2/2] Fix type in managing-complex-workflows.md --- .../actions/learn-github-actions/managing-complex-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/managing-complex-workflows.md b/content/actions/learn-github-actions/managing-complex-workflows.md index c2548458de..f35afd1f7f 100644 --- a/content/actions/learn-github-actions/managing-complex-workflows.md +++ b/content/actions/learn-github-actions/managing-complex-workflows.md @@ -17,7 +17,7 @@ topics: ## Overview -This article describes some of the advanced features of {% data variables.product.prodname_actions %} that help you work create more complex workflows. +This article describes some of the advanced features of {% data variables.product.prodname_actions %} that help you create more complex workflows. ## Storing secrets