From 658b5244356feba2b262e87d8b333c5a46999a5d Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Tue, 21 Feb 2017 16:23:49 +0100 Subject: Tiny documentation edits [ci skip] --- actionpack/lib/action_dispatch/system_test_case.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_dispatch/system_test_case.rb b/actionpack/lib/action_dispatch/system_test_case.rb index 59faf63ce3..99c2be0a35 100644 --- a/actionpack/lib/action_dispatch/system_test_case.rb +++ b/actionpack/lib/action_dispatch/system_test_case.rb @@ -11,7 +11,7 @@ module ActionDispatch # = System Testing # # System tests let you test applications in the browser. Because system - # tests use a real browser experience you can test all of your JavaScript + # tests use a real browser experience, you can test all of your JavaScript # easily from your test suite. # # To create a system test in your application, extend your test class -- cgit v1.2.3