From dd6308ccd578f0b1d15f170777c276f9d3964bc8 Mon Sep 17 00:00:00 2001 From: Moshood Abidemi Date: Sun, 10 May 2020 01:43:24 +0100 Subject: [PATCH] docs(CONTRIBUTING.md): fix typo in doc (#2169) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 789ba467df..c8a0eb1b66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ footer - `docs` - changes to docs, e.g. `docs(api.md): ..` to change documentation. - `test` - changes to playwright tests infrastructure. - `devops` - build-related work, e.g. CI related patches and general changes to the browser build infrastructure - - `chore` - everythin that doesn't fall under previous categories + - `chore` - everything that doesn't fall under previous categories 2. *namespace* is put in parenthesis after label and is optional. Must be lowercase. 3. *title* is a brief summary of changes. 4. *description* is **optional**, new-line separated from title and is in present tense.