From 3d9ee03e2dda23753661a80c7106d1789f5223bb Mon Sep 17 00:00:00 2001 From: Caro Caserio Date: Thu, 22 Feb 2018 13:57:10 -0300 Subject: [PATCH] M22958: Typo mistake: "and" (#421) 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. --- docs/service-fabric/refactor-migrated-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/service-fabric/refactor-migrated-app.md b/docs/service-fabric/refactor-migrated-app.md index a1b2799f086..35e15848362 100644 --- a/docs/service-fabric/refactor-migrated-app.md +++ b/docs/service-fabric/refactor-migrated-app.md @@ -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.