From ce90dc8e5b2bdb47fc848b2ae8d7747d57cb0f1b Mon Sep 17 00:00:00 2001 From: Caro Caserio Date: Tue, 27 Feb 2018 11:10:28 -0300 Subject: [PATCH] M24171: Typo: "Linux kernel contains" vs. "Linux kernel containers" Hello, @petertay, Translator has reported possible source content issue. 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 35e15848362..6d3720026e1 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 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 containers 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.