From f2867bea4a102b8cdd9814a6c264a69cefa263ba Mon Sep 17 00:00:00 2001 From: elioat Date: Sat, 30 Dec 2023 16:33:10 -0500 Subject: * --- js/bird-words/browser-beak.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/bird-words/browser-beak.js') diff --git a/js/bird-words/browser-beak.js b/js/bird-words/browser-beak.js index de55bde..c76f7f6 100644 --- a/js/bird-words/browser-beak.js +++ b/js/bird-words/browser-beak.js @@ -15,7 +15,7 @@ function prettyItUp(string) { return string.charAt(0).toUpperCase() + string.slice(1) + "!"; } -fetch('input.txt') +fetch('corpus.txt') .then(response => response.text()) .then(data => { let corpus = data; -- cgit 1.4.1-2-gfad0