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

Commit 6cb015e

Browse files
committed
topy
1 parent d45f32b commit 6cb015e

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
@@ -64,7 +64,7 @@ def render
6464
end
6565

6666
it "works, even when the component is unmounted" do
67-
# was a bug, on umount react calls the ref method with null instead of a dom node
67+
# was a bug, on unmount react calls the ref method with null instead of a dom node
6868
# callback failed then
6969
# ref is called two times, once on mount with dom_node, once on unmount with null
7070
mount "Foo" do

0 commit comments

Comments
 (0)