From 5433de5b0449be90ec18cd3c7119cd50dfe701de Mon Sep 17 00:00:00 2001 From: Adam Frey Date: Fri, 17 Jun 2016 14:05:25 -0400 Subject: [PATCH] fix typo: argment -> argument --- docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.md b/docs.md index 6639aa4..97f4990 100644 --- a/docs.md +++ b/docs.md @@ -93,7 +93,7 @@ and therefore if it needs to re-render or not. ### Defining Components Components are created using the `quiescent.core/component` -function. It takes two arguments. The first mandatory argment is a +function. It takes two arguments. The first mandatory argument is a function used to render the component. The second argument is an optional configuration map.