diff options
Diffstat (limited to 'ext/fg/js/util.js')
-rw-r--r-- | ext/fg/js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js index 0a95b24d..a1bce660 100644 --- a/ext/fg/js/util.js +++ b/ext/fg/js/util.js @@ -213,6 +213,6 @@ function docClozeExtract(source, extent) { sentence: sentence.trim(), prefix: clozePrefix.trim(), body: clozeBody.trim(), - sufix: clozeSuffix.trim() + suffix: clozeSuffix.trim() }; } |