From 9c6bb48c7a4af5a540634d9553bbfc5dd4ae1c5c Mon Sep 17 00:00:00 2001 From: Ben Combee Date: Thu, 15 Sep 2016 01:42:36 -0500 Subject: [PATCH] fix copy-paste error with messageKey in ClayItem description (#138) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b91463..e2f819a 100755 --- a/README.md +++ b/README.md @@ -1008,7 +1008,7 @@ This is the main way of talking to your generated config page. An instance of th | Property | Type | Description | |----------|------|-------------| | `.id` | String | The ID of the item if provided in the config. | -| `.messageKey` | String | The ID of the item if provided in the config. | +| `.messageKey` | String | The messageKey of the item if provided in the config. | | `.config` | Object | Reference to the config passed to the constructer. | | `$element` | $Minified | A Minified list representing the root HTML element of the config item. | | `$manipulatorTarget` | $Minified | A Minified list representing the HTML element with **data-manipulator-target** set. This is generally pointing to the main `` element and will be used for binding events. |