We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e140e68 commit 297331cCopy full SHA for 297331c
code/duck-typist.js
@@ -80,7 +80,7 @@ window.addEventListener('DOMContentLoaded', () => {
80
.then(response => response.json())
81
.then(data => {
82
gDictionary.trigrams = Object.keys(data.trigrams);
83
- gDictionary.bigrams = Object.keys(data.bigrams);
+ gDictionary.bigrams = Object.keys(data.digrams);
84
});
85
};
86
0 commit comments