diff --git a/src/dictionary.js b/src/dictionary.js index b4cf858f..913ba12d 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. Nickname given to system administrators with misanthropic tendancies by those with lower user privileges." + }, { "word": "Django", "definition": "Django is a web application framework for Python."