aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2017-06-03 19:30:59 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2017-06-03 19:30:59 +0530
commit387b775160988941a7d891a09ebe3ceaca1aed5e (patch)
tree373f3c1c50bb0525f0e83a0c469bf9c59663db86 /actionpack
parentd357da68ff06d10bc074f84eb09b4d9144c4136f (diff)
downloadrails-387b775160988941a7d891a09ebe3ceaca1aed5e.tar.gz
rails-387b775160988941a7d891a09ebe3ceaca1aed5e.tar.bz2
rails-387b775160988941a7d891a09ebe3ceaca1aed5e.zip
[ci skip] Fix typo in the system tests docs
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/system_test_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/system_test_case.rb b/actionpack/lib/action_dispatch/system_test_case.rb
index 723d912bcd..489222fade 100644
--- a/actionpack/lib/action_dispatch/system_test_case.rb
+++ b/actionpack/lib/action_dispatch/system_test_case.rb
@@ -69,7 +69,7 @@ module ActionDispatch
# +application_system_test_case.rb+ file. In this case you would leave out the +:using+
# option because the driver is headless, but you can still use
# +:screen_size+ to change the size of the browser screen, also you can use
- # +:options+ to pass options supported by the driver. Please refeer to your
+ # +:options+ to pass options supported by the driver. Please refer to your
# driver documentation to learn about supported options.
#
# require "test_helper"