Skip to content

Commit

Permalink
M22958: Typo mistake: "and" (MicrosoftDocs#421)
Browse files Browse the repository at this point in the history
Hello, @petertay, 

Translator has reported possible source content issue. Repeated word. 

Please, help to check my proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR, or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR. 

Many thanks in advance.
  • Loading branch information
carolinacmoravia authored and Mike Wasson committed Feb 22, 2018
1 parent 9beca81 commit 3d9ee03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/service-fabric/refactor-migrated-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following diagram shows the architecture of the Surveys application refactor

Azure Service Fabric supports the following programming models:
* The guest executable model allows any executable to be packaged as a service and deployed to a Service Fabric cluster. Service Fabric orchestrates and manages execution of the guest executable.
* The container model allows for deployment of services in container images. Service Fabric supports creation and and management of containers on top of Linux kernel contains as well as Windows Server containers.
* The container model allows for deployment of services in container images. Service Fabric supports creation and management of containers on top of Linux kernel contains as well as Windows Server containers.
* The reliable services programming model allows for the creation of stateless or stateful services that integrate with all Service Fabric platform features. Stateful services allow for replicated state to be stored in the Service Fabric cluster. Stateless services do not.
* The reliable actors programming model allows for the creation of services that implement the virtual actor pattern.

Expand Down

0 comments on commit 3d9ee03

Please sign in to comment.