From 215bf22ccfd6ab6d5e81a73d8bbea7d529fe353d Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Sat, 14 May 2022 15:47:22 -0400 Subject: [PATCH 1/2] Fix anchor link --- content/rest/overview/resources-in-the-rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/overview/resources-in-the-rest-api.md b/content/rest/overview/resources-in-the-rest-api.md index 1f7b2c54ac..7a2f660515 100644 --- a/content/rest/overview/resources-in-the-rest-api.md +++ b/content/rest/overview/resources-in-the-rest-api.md @@ -133,7 +133,7 @@ You will be unable to authenticate using your OAuth2 key and secret while in pri {% ifversion fpt or ghec %} -Read [more about unauthenticated rate limiting](#increasing-the-unauthenticated-rate-limit-for-oauth-applications). +Read [more about unauthenticated rate limiting](#increasing-the-unauthenticated-rate-limit-for-oauth-apps). {% endif %} From cfb3101fb53dddf97bbe8f58980a80ab7e6fc2d4 Mon Sep 17 00:00:00 2001 From: Schalk Neethling Date: Sun, 15 May 2022 13:32:39 +0200 Subject: [PATCH 2/2] Update using-matrix-strategy.md Fix minor typo, `veriable` -> `variable`. --- data/reusables/actions/jobs/using-matrix-strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/jobs/using-matrix-strategy.md b/data/reusables/actions/jobs/using-matrix-strategy.md index 58d520c087..aeb6374e96 100644 --- a/data/reusables/actions/jobs/using-matrix-strategy.md +++ b/data/reusables/actions/jobs/using-matrix-strategy.md @@ -1,4 +1,4 @@ -Use `jobs..strategy.matrix` to define a matrix of different job configurations. Within your matrix, define one or more variables followed by an array of values. For example, the following matrix has a veriable called `version` with the value `[10, 12, 14]` and a variable called `os` with the value `[ubuntu-latest, windows-latest]`: +Use `jobs..strategy.matrix` to define a matrix of different job configurations. Within your matrix, define one or more variables followed by an array of values. For example, the following matrix has a variable called `version` with the value `[10, 12, 14]` and a variable called `os` with the value `[ubuntu-latest, windows-latest]`: ```yaml jobs: