From a75728432eee59cd51cff25e8d393a4e39af1693 Mon Sep 17 00:00:00 2001 From: Yogi Date: Tue, 16 Jun 2020 07:52:29 +0530 Subject: [PATCH] docs: fix typos in Collaborator Guide --- Collaborator-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Collaborator-Guide.md b/Collaborator-Guide.md index fc27b207..3c73307d 100644 --- a/Collaborator-Guide.md +++ b/Collaborator-Guide.md @@ -22,7 +22,7 @@ a future release of Express. 1. [Create an issue](https://github.com/expressjs/express/issues/new) for the bug you want to fix or the feature that you want to add. -2. Create your own [fork](https://github.com/expressjs/express) on github, then +2. Create your own [fork](https://github.com/expressjs/express) on GitHub, then checkout your fork. 3. Write your code in your local copy. It's good practice to create a branch for each new issue you work on, although not compulsory.