From b545969d083952bb5b3a06c3857696ad8a4c3a0e Mon Sep 17 00:00:00 2001 From: Andrew Crewdson Date: Mon, 4 Feb 2019 14:56:03 -0500 Subject: [PATCH] Fix typo --- .../index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/faq/how-can-i-access-stage-configuration-variables/index.markdown b/docs/documentation/faq/how-can-i-access-stage-configuration-variables/index.markdown index ee05528c..e57e5cf4 100644 --- a/docs/documentation/faq/how-can-i-access-stage-configuration-variables/index.markdown +++ b/docs/documentation/faq/how-can-i-access-stage-configuration-variables/index.markdown @@ -3,7 +3,7 @@ title: How can I access stage configuration variables? layout: default --- -Configuration variables are access with the fetch method, like so: +Configuration variables are accessed with the fetch method, like so: ```ruby local = fetch(:configuration_variable, _default_value_)