From 9ed25390c09270e254322154ff07ab3d182af48f Mon Sep 17 00:00:00 2001 From: Julien <182520+JulienMaille@users.noreply.github.com> Date: Mon, 29 Nov 2021 22:46:09 +0100 Subject: [PATCH] Update main.js typo --- src/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: () => {