Skip to content

Commit 297331c

Browse files
committed
Revert "Quick bug fix: Duck Typist."
This reverts commit 731b210.
1 parent e140e68 commit 297331c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/duck-typist.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ window.addEventListener('DOMContentLoaded', () => {
8080
.then(response => response.json())
8181
.then(data => {
8282
gDictionary.trigrams = Object.keys(data.trigrams);
83-
gDictionary.bigrams = Object.keys(data.bigrams);
83+
gDictionary.bigrams = Object.keys(data.digrams);
8484
});
8585
};
8686

0 commit comments

Comments
 (0)