From aa87b1c8a13077d29311156257af17710a44c762 Mon Sep 17 00:00:00 2001 From: livc Date: Thu, 4 May 2017 14:51:52 +0800 Subject: [PATCH] fix details --- doc/howto/dev/contribute_to_paddle_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/howto/dev/contribute_to_paddle_en.md b/doc/howto/dev/contribute_to_paddle_en.md index a13eb549bab..40d1eb62d72 100644 --- a/doc/howto/dev/contribute_to_paddle_en.md +++ b/doc/howto/dev/contribute_to_paddle_en.md @@ -178,7 +178,7 @@ Now, your local master branch is up-to-date with everything modified upstream. ➜ git push origin my-cool-stuff ``` -## Create an issue and a Ppull Request +## Create an issue and a Pull Request Create an Issue to describe the problem and record its number. @@ -193,7 +193,7 @@ Then select the target branch: We can add `resolve #Issue number` in PR description to close the issue automatically after the PR is merge. More details in . -Then wait for review, if there is a need to modify, refer to the above steps to update the corresponding branch in origin. +Then wait for review, if there need to modify, refer to the above steps to update the corresponding origin branch. ## Delete origin branch -- GitLab