From 9197f002eb97b8f8cffd0faa02a59d33fc4fc594 Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:39:31 -0700 Subject: [PATCH] fix repository typo (#23654) --- website/content/api-docs/system/secrets-sync.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/system/secrets-sync.mdx b/website/content/api-docs/system/secrets-sync.mdx index fa36ba6df6..771926e80f 100644 --- a/website/content/api-docs/system/secrets-sync.mdx +++ b/website/content/api-docs/system/secrets-sync.mdx @@ -282,7 +282,7 @@ This endpoint creates a destination to synchronize action secrets with a GitHub - `repository_owner` `(string: )` - GitHub organization or username that owns the repository. For example, if a repository is located at https://github.com/hashicorp/vault.git the owner is hashicorp. -- `repisitory_name` `(string: )` - Name of the repository. For example, if a repository is located at https://github.com/hashicorp/vault.git the name is vault. +- `repository_name` `(string: )` - Name of the repository. For example, if a repository is located at https://github.com/hashicorp/vault.git the name is vault. ### Sample payload ```json