1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 09:29:49 +02:00

Fix parameter name, remove trailing spaces. (#1101)

This commit is contained in:
AlbertHilb
2017-09-09 21:45:15 +02:00
committed by Ian Storm Taylor
parent 25d54e30b0
commit 17adfd2f34

View File

@@ -206,7 +206,7 @@ class Content extends React.Component {
/** /**
* The React ref method to set the root content element locally. * The React ref method to set the root content element locally.
* *
* @param {Element} n * @param {Element} element
*/ */
ref = (element) => { ref = (element) => {