Browse Source

Wording nit

main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
e26547bfc6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/forwarding-refs.md

2
content/docs/forwarding-refs.md

@ -28,7 +28,7 @@ For example, the following component will appear as "*ForwardRef*" in the DevToo
`embed:forwarding-refs/wrapped-component.js`
If you name the render function, DevTools will include its name (e.g. "*ForwardRef(myFunction)*"):
If you name the render function, DevTools will also include its name (e.g. "*ForwardRef(myFunction)*"):
`embed:forwarding-refs/wrapped-component-with-function-name.js`

Loading…
Cancel
Save