From 30ac368d5c2fa3dd893adfee5c3275b1b68f5738 Mon Sep 17 00:00:00 2001 From: Adam Morris Date: Tue, 27 May 2014 10:48:18 -0700 Subject: [PATCH] Update test_strategies.rst Typo - State should have been stage. --- docsite/rst/test_strategies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/test_strategies.rst b/docsite/rst/test_strategies.rst index c713c6f756a..322ebd07928 100644 --- a/docsite/rst/test_strategies.rst +++ b/docsite/rst/test_strategies.rst @@ -112,7 +112,7 @@ Testing Lifecycle If writing some degree of basic validation of your application into your playbooks, they will run every time you deploy. -As such, deploying into a local development VM and a state environment will both validate that things are according to plan +As such, deploying into a local development VM and a stage environment will both validate that things are according to plan ahead of your production deploy. Your workflow may be something like this::