Skip to content

Commit 715a9ad

Browse files
committed
Fix typo, update resource links
1 parent b4c6a12 commit 715a9ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Source/ModuleBuilder.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
Tags = 'Authoring','Build','Development','BestPractices'
2020

2121
# A URL to the license for this module.
22-
LicenseUri = 'https://github.com/PoshCode/ModuleBuilder/blob/master/LICENSE'
22+
LicenseUri = 'https://github.com/PoshCode/ModuleBuilder/blob/main/LICENSE'
2323

2424
# A URL to the main website for this project.
2525
ProjectUri = 'https://github.com/PoshCode/ModuleBuilder'
2626

2727
# A URL to an icon representing this module.
28-
IconUri = 'https://github.com/PoshCode/ModuleBuilder/blob/resources/ModuleBuilder.png?raw=true'
28+
IconUri = 'https://github.com/PoshCode/ModuleBuilder/blob/main/resources/ModuleBuilder.png?raw=true'
2929
} # End of PSData
3030
} # End of PrivateData
3131

Source/Public/Move-UsingStatement.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using namespace System.Management.Automation.Language
33
function Move-UsingStatement {
44
<#
55
.SYNOPSIS
6-
A Script Generator that commetnts out using statements and copies them to the top of the file
6+
A Script Generator that comments out using statements and copies them to the top of the file
77
.DESCRIPTION
88
Move-UsingStatement supports having using statements repeated in multiple files that are merged by ModuleBuilder.
99
When all the files are merged together, the using statements from individual files

0 commit comments

Comments
 (0)