From 606a19ad93de3f651f99daeb375ae3dc45b1efc4 Mon Sep 17 00:00:00 2001 From: whysogreen <32598568+whysogreen@users.noreply.github.com> Date: Sun, 1 Nov 2020 05:03:59 +0800 Subject: [PATCH 1/2] Update dictionary.js added BOFH ;) --- src/dictionary.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dictionary.js b/src/dictionary.js index b4cf858f..1c167a71 100644 --- a/src/dictionary.js +++ b/src/dictionary.js @@ -59,6 +59,10 @@ export const wordList = [ "word": "Bash", "definition": "Bash is a shell and command language interpreter for the GNU operating system." }, + { + "word": "BOFH", + "definition": "Bastard Operator From Hell." + }, { "word": "Django", "definition": "Django is a web application framework for Python." From e87c704924f5241dc98a3a19a8fb4609bb56bb64 Mon Sep 17 00:00:00 2001 From: whysogreen <32598568+whysogreen@users.noreply.github.com> Date: Sun, 1 Nov 2020 05:32:42 +0800 Subject: [PATCH 2/2] Update dictionary.js added more context --- src/dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dictionary.js b/src/dictionary.js index 1c167a71..913ba12d 100644 --- a/src/dictionary.js +++ b/src/dictionary.js @@ -61,7 +61,7 @@ export const wordList = [ }, { "word": "BOFH", - "definition": "Bastard Operator From Hell." + "definition": "Bastard Operator From Hell. Nickname given to system administrators with misanthropic tendancies by those with lower user privileges." }, { "word": "Django",