From c34eef1d89c1915d8368c8019b3d6817ab3673e1 Mon Sep 17 00:00:00 2001 From: Simon Chan <1330321+yume-chan@users.noreply.github.com> Date: Fri, 28 Apr 2023 18:05:30 +0800 Subject: [PATCH] chore(doc): fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59debab3..0a46b000 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ rush publish -p --include-all --set-access-level public ## FAQ -### 1. WebUSB and File downloading doesn't use in develope/self-host environment? +### 1. WebUSB and File downloading doesn't work in development/self-host environment? WebUSB and Service Worker (which is used for file downloading) requires Secure Context (HTTPS or localhost).