Skip to content

Commit f6c3095

Browse files
authored
fix spelling (#143)
1 parent 0c20b5b commit f6c3095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/modules/Start-AzBasicLoadBalancerUpgrade/Start-AzBasicLoadBalancerUpgrade.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Import-Module ((Split-Path $PSScriptRoot -Parent) + "\BackupResources\BackupReso
1111
1212
.DESCRIPTION
1313
This module consists of a number of child modules which abstract the operations required to successfully migrate a Basic to a Standard load balancer.
14-
A Basic Load Balancer cannot be natively migrate to a Standard SKU, therefore this module creates a new Standard laod balancer based on the configuration of the existing Basic load balancer.
14+
A Basic Load Balancer cannot be natively migrate to a Standard SKU, therefore this module creates a new Standard load balancer based on the configuration of the existing Basic load balancer.
1515
1616
Unsupported scenarios:
1717
- Basic load balancers with backend pool members which are not VMs or a VMSS

0 commit comments

Comments
 (0)