From 6e878d17f57cce14d6d482d097dab3ad7952a4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C3=B3=C5=82grabia?= Date: Sun, 19 Dec 2021 14:38:58 +0100 Subject: [PATCH] Fixing typos. --- 2021/12/dojo_demo1/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2021/12/dojo_demo1/index.html b/2021/12/dojo_demo1/index.html index 71b8fe4..1e73ac2 100644 --- a/2021/12/dojo_demo1/index.html +++ b/2021/12/dojo_demo1/index.html @@ -14,8 +14,8 @@ baseUrl: "/app", packages: [ {name: "dojo", location: "/node_modules/dojo"} - {name: "dojox", location: "/node_modules/x/dojox"}, - {name: "dijit", location: "/node_modules/x/dijit"}, + {name: "dojox", location: "/node_modules/dojox"}, + {name: "dijit", location: "/node_modules/dijit"}, ] };