Skip to content

Commit

Permalink
Poprawa literówki
Browse files Browse the repository at this point in the history
hakerspace -> hackerspace
  • Loading branch information
kpc21 committed Dec 21, 2021
1 parent 8547afd commit f4b1c85
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 f4b1c85

Please sign in to comment.