From f01489fe802b85690abe35fdb259daa4ba9937d2 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 16 Aug 2017 11:15:07 +0200 Subject: [PATCH] fix typo --- src/Store/New-CredentialStore.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Store/New-CredentialStore.ps1 b/src/Store/New-CredentialStore.ps1 index 3aa3398..6bbe19f 100644 --- a/src/Store/New-CredentialStore.ps1 +++ b/src/Store/New-CredentialStore.ps1 @@ -34,7 +34,7 @@ function New-CredentialStore { .EXAMPLE New-CredentialStore -Shared - # Creates a new shead CredentialStore + # Creates a new shared CredentialStore .EXAMPLE New-CredentialStore -Shared -Path "C:\TMP\CredentialStore.json"