aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/testing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 50892dd5e2..228b8d08fa 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -483,12 +483,12 @@ The `get` method kicks off the web request and populates the results into the re
* The action of the controller you are requesting.
This can be in the form of a string or a symbol.
-* `params:` option with a hash of request parameters to pass into the action
+* `params`: option with a hash of request parameters to pass into the action
(e.g. query string parameters or article variables).
-* `session:` option with a hash of session variables to pass along with the request.
+* `session`: option with a hash of session variables to pass along with the request.
-* `flash:` option with a hash of flash values.
+* `flash`: option with a hash of flash values.
All the keyword arguments are optional.