Commit 21c271cd authored by Jérome Perrin's avatar Jérome Perrin

officejs: fix typo

parent d7bfd46d
Pipeline #15844 failed with stage
in 0 seconds
......@@ -110,7 +110,7 @@
for (i = 0; i < relative_url_list.length; i += 1) {
url = relative_url_list[i];
if (url.includes('?')) {
throw new Error("It is not allow to cache urls with parameters." +
throw new Error("It is not allowed to cache urls with parameters." +
" url: " + url);
}
storage._relative_url_list.push(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment