Skip to content

Commit

Permalink
Documentation fixes - fixed issue dataplat#8906 and dataplat#8905 (da…
Browse files Browse the repository at this point in the history
…taplat#8909)

Co-authored-by: Chrissy LeMaire <clemaire@gmail.com>
  • Loading branch information
HCRitter and potatoqualitee authored May 10, 2023
1 parent 16d95fd commit 56e236c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/Get-DbatoolsLog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function Get-DbatoolsLog {
Returns all log entries currently in memory.
.EXAMPLE
PS C:\> Get-DbatooolsLog -LastError
PS C:\> Get-DbatoolsLog -LastError
Returns the last log entry type of error.
Expand Down
2 changes: 1 addition & 1 deletion public/New-DbaDbAsymmetricKey.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function New-DbaDbAsymmetricKey {
Suppresses all prompts to install but prompts to securely enter your password and creates an asymmetric key in the 'db1' database
.EXAMPLE
PS C:\> New-DbaDbAsymmetrickKey -SqlInstance Server1 -Database enctest -KeySourceType File -KeySource c:\keys\NewKey.snk -Name BackupKey -Owner KeyOwner
PS C:\> New-DbaDbAsymmetricKey -SqlInstance Server1 -Database enctest -KeySourceType File -KeySource c:\keys\NewKey.snk -Name BackupKey -Owner KeyOwner
Installs the key pair held in NewKey.snk into the enctest database creating an AsymmetricKey called BackupKey, which will be owned by KeyOwner
#>
Expand Down

0 comments on commit 56e236c

Please sign in to comment.