mirror of https://github.com/rails/rails
Fixed typo in comment in ActionCable::Connection::TestCase [ci skip]
This commit is contained in:
parent
3ac9e22c12
commit
66a44b1710
|
@ -85,7 +85,7 @@ module ActionCable
|
|||
# end
|
||||
# end
|
||||
#
|
||||
# +connect+ accepts additional information the HTTP request with the
|
||||
# +connect+ accepts additional information about the HTTP request with the
|
||||
# +params+, +headers+, +session+ and Rack +env+ options.
|
||||
#
|
||||
# def test_connect_with_headers_and_query_string
|
||||
|
|
Loading…
Reference in New Issue