From bcd8ce8b76115af9936a95ea78ce4557f3403648 Mon Sep 17 00:00:00 2001
From: Parth Patel
Date: Wed, 22 Nov 2023 11:03:38 +1300
Subject: [PATCH] Update website/docs/r/repository_collaborator.html.markdown
Co-authored-by: Keegan Campbell
---
website/docs/r/repository_collaborator.html.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/r/repository_collaborator.html.markdown b/website/docs/r/repository_collaborator.html.markdown
index 06392b3346..fd7bedaa30 100644
--- a/website/docs/r/repository_collaborator.html.markdown
+++ b/website/docs/r/repository_collaborator.html.markdown
@@ -49,7 +49,7 @@ The following arguments are supported:
* `repository` - (Required) The GitHub repository
-~> Note: The owner of the repository can be passed as part fo the repository name e.g. `owner-org-name/repo-name`. If owner is not supplied as part of the repository name, can also be supplied by setting the environment variable `GITHUB_OWNER`.
+~> Note: The owner of the repository can be passed as part of the repository name e.g. `owner-org-name/repo-name`. If owner is not supplied as part of the repository name, it may also be supplied by setting the environment variable `GITHUB_OWNER`.
* `username` - (Required) The user to add to the repository as a collaborator.
* `permission` - (Optional) The permission of the outside collaborator for the repository.