Skip to content

Commit

Permalink
Fix typo in manifest description (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanMcleod authored Feb 5, 2024
1 parent a67528d commit fc9d100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PoshJsonWebToken.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
GUID = 'e77c8d30-6e39-4786-be2d-0da51418d57a'
Author = 'ArmaanMcleod'
Copyright = '(c) ArmaanMcleod. All rights reserved.'
Description = 'This module contains cmdlets to help with generating and validating signed or encrypyted JWT tokens.'
Description = 'This module contains cmdlets to help with generating and validating signed or encrypted JWT tokens.'
PowerShellVersion = '7.2'
CmdletsToExport = @(
'New-JsonWebToken'
Expand Down

0 comments on commit fc9d100

Please sign in to comment.