From 79a063a15194ba562057271ded352b48c982cf59 Mon Sep 17 00:00:00 2001 From: bbito Date: Sat, 9 May 2020 08:05:58 -0700 Subject: [PATCH] add missing single quotes --- .../building-apps/managing-data/building-data-driven-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');