From 886e2d6b73fc448beff708aac9431704eb52f4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Mon, 9 Jan 2023 17:33:15 +0800 Subject: [PATCH] chore: corrent word case fixed by https://github.com/antfu/case-police --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b493bc7..943dd293 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ In order to run Elk with PWA enabled, run `pnpm run dev:pwa` in Elk's root folde You should test the Elk PWA application on private browsing mode on any Chromium based browser: will not work on Firefox and Safari. If not using private browsing mode, you will need to uninstall the PWA application from your browser once you finish testing: -- Open `Dev Tools` (`Option + ⌘ + J` on MacOS, `Shift + CTRL + J` on Windows/Linux) +- Open `Dev Tools` (`Option + ⌘ + J` on macOS, `Shift + CTRL + J` on Windows/Linux) - Go to `Application > Storage`, you should check following checkboxes: - Application: [x] Unregister service worker - Storage: [x] IndexedDB and [x] Local and session storage