Skip to content

Commit e762306

Browse files
authored
Fixed typo (aplication)
1 parent 23b4589 commit e762306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceFabric/ServiceFabric/help/Get-AzServiceFabricService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PS C:\> $appName = "testApp"
5353
PS C:\> Get-AzServiceFabricApplication -ResourceGroupName $resourceGroupName -ClusterName $clusterName -ApplicationName $appName
5454
```
5555

56-
This example gets a list of the services under the aplication "testApp".
56+
This example gets a list of the services under the application "testApp".
5757

5858
## PARAMETERS
5959

0 commit comments

Comments
 (0)