From a08681f73d2f79437ab538604ecd934b093998ec Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Fri, 9 Oct 2020 03:27:34 +0000 Subject: [PATCH] Fix typos in REST Interactions reference: repository Signed-off-by: Takuya Noguchi --- content/rest/reference/interactions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rest/reference/interactions.md b/content/rest/reference/interactions.md index 75075f17d90d..9ab1cdd10c27 100644 --- a/content/rest/reference/interactions.md +++ b/content/rest/reference/interactions.md @@ -28,9 +28,9 @@ The Organization Interactions API allows organization owners to temporarily rest The Repository Interactions API allows people with owner or admin access to temporarily restrict which users can comment, open issues, or create pull requests in a public repository. {% data reusables.interactions.interactions-detail %} Here's more about the groups of {% data variables.product.product_name %} users: -* {% data reusables.interactions.existing-user-limit-definition %} in the respository. -* {% data reusables.interactions.contributor-user-limit-definition %} in the respository. -* {% data reusables.interactions.collaborator-user-limit-definition %} in the respository. +* {% data reusables.interactions.existing-user-limit-definition %} in the repository. +* {% data reusables.interactions.contributor-user-limit-definition %} in the repository. +* {% data reusables.interactions.collaborator-user-limit-definition %} in the repository. {% for operation in currentRestOperations %} {% if operation.subcategory == 'repos' %}{% include rest_operation %}{% endif %}