Docs: Primitive -> primitive.

Only one left, thought there were more.

Change-Id: Ifdf490854ea138daf01319ed58cdba4182481c85
This commit is contained in:
Timo Tijhof 2013-03-25 18:55:08 +01:00
parent a75b463794
commit b19a2010d8

View file

@ -46,7 +46,7 @@ ve.dm.MetaItem.static.name = null;
* Symbolic name for the group this meta item type will be grouped in in ve.dm.MetaList.
*
* @static
* @property {String} [static.group='misc']
* @property {string} [static.group='misc']
* @inheritable
*/
ve.dm.MetaItem.static.group = 'misc';