From 53a1e166588a3e644f0af51d36d7dd23ec53dc34 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 29 Apr 2019 15:37:51 +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 5a99a0f..cfa1ce2 100644 --- a/src/Store/New-CredentialStore.ps1 +++ b/src/Store/New-CredentialStore.ps1 @@ -108,7 +108,7 @@ function New-CredentialStore { $ErrorParams = @{ ErrorAction = 'Stop' Exception = [System.IO.InvalidDataException]::new( - 'Your provided path does not conain the required file extension .json !' + 'Your provided path does not contain the required file extension .json !' ) } Write-Error @ErrorParams