From fa127f3cbefc6a7feaed09fe4791779b639e7993 Mon Sep 17 00:00:00 2001 From: guanbinrui Date: Fri, 25 Mar 2022 00:39:57 +0800 Subject: [PATCH] fix: typos --- docs/FAQ.md | 4 ++-- docs/bounty-development-guide.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 7cd66474d909..16ce87e803f5 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -80,8 +80,8 @@ Please contact the service maintainer to add CORS headers, the extension will se The Chromium extension has a fixed id, but only on production mode. And the Firefox browser will set a new id each time it boots an extension. So, in summary, it's better to allow all origins which match the regexp below. -```ts -;/.*-extension:\/\/[^\S]+/ +```txt +/.*-extension:\/\/[^\S]+/ ``` If you cannot reach the service maintainer another workaround is to use a proxy server to add CORS headers. To enable it try to change the request URL into `https://cors.r2d2.to/?=[url]`. diff --git a/docs/bounty-development-guide.md b/docs/bounty-development-guide.md index d00fb7fbdbe0..d52d3b0971a1 100644 --- a/docs/bounty-development-guide.md +++ b/docs/bounty-development-guide.md @@ -65,10 +65,10 @@ Almost all bounty tasks for the Mask Network plugin relate to a plugin. After le ## Pull Request Conversions -After bounty hacker opening a pull request. Reviewer will label it with `Type: Bounty`, and update a statu tags while the request on-going. +After bounty hacker opening a pull request. Reviewer will label it with `Type: Bounty`, and update a status tag while the progress on-going. | Status | Description | | ------------------- | ---------------------------------------------------------------------------- | | `Bounty: Started` | The DEV team noticed your request. You will receive comments from reviewers. | -| `Bounty: Reviewed` | The QA team notcied your request. You will receive bugs from reviewers. | +| `Bounty: Reviewed` | The QA team noticed your request. You will receive bugs from reviewers. | | `Bounty: Qualified` | Your request is qualifed. It will ship soon. |