Skip to content

Commit 6cc3acb

Browse files
committed
Fix typo
1 parent 215cfe7 commit 6cc3acb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-concepts-scalability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ updateDescription.InstanceCount = 50;
3333
await fabricClient.ServiceManager.UpdateServiceAsync(new Uri("fabric:/app/service"), updateDescription);
3434
```
3535

36-
Powershell:
36+
PowerShell:
3737

3838
```posh
3939
Update-ServiceFabricService -Stateless -ServiceName $serviceName -InstanceCount 50
@@ -50,7 +50,7 @@ serviceDescription.InstanceCount = -1;
5050
await fc.ServiceManager.CreateServiceAsync(serviceDescription);
5151
```
5252

53-
Powershell:
53+
PowerShell:
5454

5555
```posh
5656
New-ServiceFabricService -ApplicationName $applicationName -ServiceName $serviceName -ServiceTypeName $serviceTypeName -Stateless -PartitionSchemeSingleton -InstanceCount "-1"

0 commit comments

Comments
 (0)