From 769e54d8f5da5cec05452f129c149c9335bd63dd Mon Sep 17 00:00:00 2001
From: Jin Hase <hase.jin@jp.fujitsu.com>
Date: Tue, 18 Feb 2020 19:29:29 +0900
Subject: [PATCH] Fix a typo in integration.md (#5616)

---
 docs/integration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/integration.md b/docs/integration.md
index 77ef03382..57456c7ee 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -115,7 +115,7 @@ Branch name should be self explaining to you, adding date and/or index will help
      git cherry-pick <COMMIT_HASH>
      ```
 
-7. If your have several temporary-stage commits - squash them using [```git rebase -i```](https://eli.thegreenplace.net/2014/02/19/squashing-github-pull-requests-into-a-single-commit)
+7. If you have several temporary-stage commits - squash them using [```git rebase -i```](https://eli.thegreenplace.net/2014/02/19/squashing-github-pull-requests-into-a-single-commit)
 Also you could use interactive rebase (```git rebase -i HEAD~10```) to delete commits which you don't want to contribute into original repo.
 
 8. When your changes is in place, you need to check upstream repo one more time because it could be changed during your work.
-- 
GitLab