From 3c6d3e7d8806cc9b730d7b63de3f1c8cae89eb29 Mon Sep 17 00:00:00 2001 From: Shile Wen Date: Wed, 8 Jul 2020 14:37:50 -0700 Subject: [PATCH] meged->merged in contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb317a16dee4..88edbad3ac28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ The upstream repository holds a single primary branch that we maintain: Topic branches are for contributors to develop bug fixes and new features so that they can be easily merged to **master**. They must follow a few simple rules for consistency: * Must branch off from **master** -* Must be meged back into **master** +* Must be merged back into **master** * Consider using the GitHub issue number in the branch name Topic branches should exist in your **local** and **origin** repositories only. Submitting a pull request will request a merge from your topic branch to our **upstream/master** branch.