Skip to content

Commit 6c1da76

Browse files
authored
Merge pull request #45 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 631cb26 + e44dc0a commit 6c1da76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/CIPP/Setup/Invoke-ExecCreateSAMApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function Invoke-ExecCreateSAMApp {
101101
ApplicationId = $AppId.appId
102102
}
103103
Add-CIPPAzDataTableEntity @ConfigTable -Entity $NewConfig -Force | Out-Null
104-
$Results = @{'message' = "Succesfully $state the application registration. The application ID is $($AppId.appid). You may continue to the next step."; severity = 'success' }
104+
$Results = @{'message' = "Successfully $state the application registration. The application ID is $($AppId.appid). You may continue to the next step."; severity = 'success' }
105105
}
106106

107107
} catch {

0 commit comments

Comments
 (0)