From 4918f9bb03df3c95c0dbca2feddfe9087a206894 Mon Sep 17 00:00:00 2001 From: Stan <61481150+stanjdev@users.noreply.github.com> Date: Sun, 7 Feb 2021 15:57:19 -0800 Subject: [PATCH] "specificed" to "specified" typo found Just wanted to note that "specified" was misspelled as "specificed". Caught it while I was browsing the page! --- examples/src/views/collidable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/views/collidable.html b/examples/src/views/collidable.html index 8714729..25efdb9 100644 --- a/examples/src/views/collidable.html +++ b/examples/src/views/collidable.html @@ -10,7 +10,7 @@ id: 'Collidable', parent: 'Plugins', child: 'Collidable', - subheading: 'Enable collision detection by including the Collidable plugin. You can now resist dragging over all elements specificed as collision obstacles.' + subheading: 'Enable collision detection by including the Collidable plugin. You can now resist dragging over all elements specified as collision obstacles.' } %} {% block PageId %}{{ ViewAttr.id }}{% endblock %}