Skip to content

Commit 27a3211

Browse files
{ServiceFabric} Fix #20213: Fix a typo (#20228)
Fixes #20213
1 parent 7a61cb8 commit 27a3211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceFabric/ServiceFabric/Commands/ManagedClusters/NodeTypes/AddAzServiceFabricManagedNodeTypeVMExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class AddAzServiceFabricManagedNodeTypeVMExtension : ServiceFabricManaged
9393
public override void ExecuteCmdlet()
9494
{
9595
this.SetParams();
96-
if (ShouldProcess(target: this.Name, action: string.Format("Add Extenions {0} with type {1} to node type {2}", this.Name, this.Type, this.NodeTypeName)))
96+
if (ShouldProcess(target: this.Name, action: string.Format("Add Extensions {0} with type {1} to node type {2}", this.Name, this.Type, this.NodeTypeName)))
9797
{
9898
try
9999
{

0 commit comments

Comments
 (0)