Skip to content

Commit 76a76ff

Browse files
authored
Merge pull request Azure#10319 from hubalazs/patch-3
Fixed typo (aplication)
2 parents 23b4589 + e762306 commit 76a76ff

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)