diff --git a/src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md b/src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md index a270817ad3cb..7ab020593928 100644 --- a/src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md +++ b/src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md @@ -24,7 +24,7 @@ The **Update-AzWebAppTrafficRouting** cmdlet updates the routing rule configurat ### Example 1: Update a routing rule to transfer 15% of production traffice to Stg slot ```powershell Update-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" ` --RoutingRule @{AtionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'} +-RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'} ``` This command updates a routing rule to transfer 15% of production traffic to Stg slot.