diff --git a/src/js/main.js b/src/js/main.js index ca2d97d..63f1063 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -62,7 +62,7 @@ Dribbblish.on("ready", () => { type: "checkbox", key: "showSearchBox", name: "Show Search Box", - description: "Show an search box in the top bar. Just like the good old times", + description: "Show a search box in the top bar. Just like the good old times", defaultValue: true, onChange: (val) => $("#main").attr("search-box", val ? "" : null), onAppended: () => {