From 34537805fc5779e6e0a3a331a7acdc188240bd83 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 25 May 2015 12:05:05 +0200 Subject: [PATCH] registration: Fix 'ResourceModules' in schema Change-Id: I6fb833133a6d6bde42cb40eb8fd7e02f7ca9797a --- docs/extension.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 3b75b726e4..d5c17a1711 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -297,7 +297,7 @@ } } }, - "ResourceLoaderModules": { + "ResourceModules": { "type": "object", "description": "ResourceLoader modules to register", "additionalProperties": false, -- 2.20.1