From 20c3a842e61ea3ba05596680b0d3bae01da9f36b Mon Sep 17 00:00:00 2001 From: Patrick Reilly Date: Tue, 26 May 2015 17:26:47 -0700 Subject: [PATCH] Update simple-yaml.md Fix small typo. --- examples/simple-yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-yaml.md b/examples/simple-yaml.md index 646054a859f..7bae2b78185 100644 --- a/examples/simple-yaml.md +++ b/examples/simple-yaml.md @@ -1,7 +1,7 @@ ## Getting started with config files. In addition to the imperative style commands described [elsewhere](simple-nginx.md), Kubernetes -supports declarative YAML or JSON configuration files. Often times config files are prefereable +supports declarative YAML or JSON configuration files. Often times config files are preferable to imperative commands, since they can be checked into version control and changes to the files can be code reviewed, producing a more robust, reliable and archival system.