From e2f196438924fd4a8f207e0168b9575f8cd3e3fa Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Tue, 1 Jun 2021 15:34:27 +0800 Subject: [PATCH] Fix typo (#7665) Signed-off-by: Guangwen Feng --- docs/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration.md b/docs/integration.md index 31d6f0bd4..ab7c3c32a 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -95,7 +95,7 @@ If you made useful changes or fixed a bug in existent kubespray repo, use this f 3. Setup desired user.name and user.email for submodule. If kubespray is only one submodule in your repo you could use something like: -```git submodule foreach --recursive 'git config user.name "First Last" && git config user.email "your-email-addres@used.for.cncf"'``` +```git submodule foreach --recursive 'git config user.name "First Last" && git config user.email "your-email-address@used.for.cncf"'``` 4. Sync with upstream master: