Skip to content

Commit 8dd81f1

Browse files
committed
Fix typo
1 parent abf580c commit 8dd81f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Strategies/ResourceId.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static IResourceId TryParse(string id)
3838
const int NameI = 8;
3939

4040
var parts = id.Split('/');
41-
// The number of parts in a shareg image gallery image resource id can be 11 or 13
41+
// The number of parts in a shared image gallery image resource id can be 11 or 13
4242
return (parts.Length == 9 || parts.Length == 11 || parts.Length == 13)
4343
&& parts[EmptyI] == string.Empty
4444
&& parts[SubscriptionsI] == Subscriptions

0 commit comments

Comments
 (0)