Skip to content

Commit

Permalink
style: fix typo (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkofher authored Aug 20, 2022
2 parents 8547afd + f4b1c85 commit b7b6932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const HACKER_STATE = {

const UNKNOWN_STATE = {
FOREVER_ALONE: "There is one unknown device in the hackerspace.",
PARTY: (num) => "There are " + num + " unknown devices in the hakerspace.",
PARTY: (num) => "There are " + num + " unknown devices in the hackerspace.",
};

const homeStorage = valoo({
Expand Down

0 comments on commit b7b6932

Please sign in to comment.