diff --git a/developer-guide/building-apps/managing-data/building-data-driven-apps.md b/developer-guide/building-apps/managing-data/building-data-driven-apps.md index fcd15a8..34b6852 100644 --- a/developer-guide/building-apps/managing-data/building-data-driven-apps.md +++ b/developer-guide/building-apps/managing-data/building-data-driven-apps.md @@ -611,7 +611,7 @@ In the following example, the collection is loaded from a fixed URL: ```javascript var - kind = require(enyo/kind), + kind = require('enyo/kind'), AjaxSource = require('enyo/AjaxSource'), Collection = require('enyo/Collection');