From 50a00662cf1d64fa3e4a6f72e454459b0a81cb83 Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Fri, 19 Jul 2013 18:48:46 -0400 Subject: [PATCH] s/pased/passed --- docs/docs/05-reusable-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/05-reusable-components.md b/docs/docs/05-reusable-components.md index 13fb8112891..cab8767a797 100644 --- a/docs/docs/05-reusable-components.md +++ b/docs/docs/05-reusable-components.md @@ -77,7 +77,7 @@ A common type of React component is one that extends a basic HTML in a simple wa var CheckLink = React.createClass({ render: function() { - // transferPropsTo() will take any props pased to CheckLink + // transferPropsTo() will take any props passed to CheckLink // and copy them to return this.transferPropsTo({'√ '}{this.props.children}); }