From a3d65056dbe6ed700509894b6834732497a25a9e Mon Sep 17 00:00:00 2001 From: Nonoctis Date: Tue, 19 Dec 2017 17:44:06 +0100 Subject: [PATCH] Fixed typo on git module doc (#34039) --- lib/ansible/modules/source_control/gitlab_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/source_control/gitlab_project.py b/lib/ansible/modules/source_control/gitlab_project.py index 86f6da7ed4..f3f798961b 100644 --- a/lib/ansible/modules/source_control/gitlab_project.py +++ b/lib/ansible/modules/source_control/gitlab_project.py @@ -113,7 +113,7 @@ options: default: 0 import_url: description: - - Git repository which will me imported into gitlab. + - Git repository which will be imported into gitlab. - Gitlab server needs read access to this git repository. required: false default: false