mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix simultaneous spelling
This commit is contained in:
parent
c14c798298
commit
44a7fe673a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module ActionView
|
|||
# stylesheet_link_tag("application")
|
||||
# # => <link href="http://assets.example.com/assets/application.css" media="screen" rel="stylesheet" />
|
||||
#
|
||||
# Browsers open a limited number of simulataneous connections to a single
|
||||
# Browsers open a limited number of simultaneous connections to a single
|
||||
# host. The exact number varies by browser and version. This limit may cause
|
||||
# some asset downloads to wait for previous assets to finish before they can
|
||||
# begin. You can use the <tt>%d</tt> wildcard in the +asset_host+ to
|
||||
|
|
Loading…
Reference in a new issue