Skip to content

Commit 215102e

Browse files
authored
Merge pull request #670 from ybiquitous/patch-1
fix typo: SprocketsRender -> SprocketsRenderer
2 parents 6a524cb + c2391ee commit 215102e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react/server_rendering/sprockets_renderer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class << self
5353
# default Rails setups.
5454
#
5555
# You can provide a custom asset container
56-
# with `React::ServerRendering::SprocketsRender.asset_container_class = MyAssetContainer`.
56+
# with `React::ServerRendering::SprocketsRenderer.asset_container_class = MyAssetContainer`.
5757
#
5858
# @return [#find_asset(logical_path)] An object that returns asset contents by logical path
5959
def asset_container

0 commit comments

Comments
 (0)