Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit d45f32b

Browse files
committed
topy
1 parent da5927f commit d45f32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/react/refs_callback_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def render
5959

6060
element = React.create_element(Foo)
6161
React::Test::Utils.render_into_document(element)
62-
"#{Foo.bar.JS['nodeType']}" # aboids json serialisation errors by using "#{}"
62+
"#{Foo.bar.JS['nodeType']}" # avoids json serialisation errors by using "#{}"
6363
end.to eq("1")
6464
end
6565

0 commit comments

Comments
 (0)