From fca6334568a297c1087ca19b91b1a63ab3ab27d8 Mon Sep 17 00:00:00 2001 From: Stephen Kiely Date: Fri, 11 Oct 2024 18:45:49 -0500 Subject: [PATCH] Update docs/admin/install.md Co-authored-by: Gary Snider <75227981+gsnider2195@users.noreply.github.com> --- docs/admin/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/install.md b/docs/admin/install.md index 94f5442..2d4b7be 100644 --- a/docs/admin/install.md +++ b/docs/admin/install.md @@ -54,7 +54,7 @@ pip install nautobot-secrets-providers[hashicorp] #### 1Password Vault -The 1Password Vault provider requires the `onepassword-sdk` library. THis can easily be installed along witht he app using the following command. +The 1Password Vault provider requires the `onepassword-sdk` library. This can easily be installed along with the app using the following command. ```no-highlight pip install nautobot-secrets-providers[onepassword]