summaryrefslogtreecommitdiff
path: root/app/node_modules
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-10-05 17:49:19 -0400
committerJules Laplace <jules@okfoc.us>2016-10-05 17:49:19 -0400
commitae843591da0fea1a57684f26737be0b484718809 (patch)
tree547be3ae5d69c3568626a2f9ce9f35e034c82ed6 /app/node_modules
parent95df0e83fdb7f564d64b6c916e674e0db46c116d (diff)
okpush template stuff
Diffstat (limited to 'app/node_modules')
-rw-r--r--app/node_modules/oktemplate/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/node_modules/oktemplate/index.js b/app/node_modules/oktemplate/index.js
index ae9d1b1..2264938 100644
--- a/app/node_modules/oktemplate/index.js
+++ b/app/node_modules/oktemplate/index.js
@@ -37,7 +37,7 @@ var filters = {
};
/**
- * Manages templates. Only supports Mustache currently/
+ * Manages templates. Only supports Liquid currently/
*/
function OKTemplateRepo(options) {
options = options || {};