We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc4919 commit 731b210Copy full SHA for 731b210
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.digrams);
+ gDictionary.bigrams = Object.keys(data.bigrams);
84
});
85
};
86
0 commit comments