Skip to content

Commit 7e94d5b

Browse files
authored
Merge pull request #12110 from nschonni/patch-10
typo: Double word "like"
2 parents 595dc4b + 4df7db4 commit 7e94d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-tutorial-standalone-create-service-fabric-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ After updating the nodes, they appear as follows:
5858

5959
Then you need to update a couple of the properties. On line 34, you need to modify the connection string for the diagnostic store it should look like this `"connectionstring": "C:\\ProgramData\\SF\\DiagnosticsStore"`
6060

61-
Finally, in the `nodeTypes` section of the configuration add a new section to map the ephemeral ports that windows will use. The configuration file should like like the following:
61+
Finally, in the `nodeTypes` section of the configuration add a new section to map the ephemeral ports that windows will use. The configuration file should look like the following:
6262

6363
```json
6464
"applicationPorts": {

0 commit comments

Comments
 (0)