From a7da2e1a5bdfce9a121e4b0eddf4a55a14c59020 Mon Sep 17 00:00:00 2001 From: matteosilv Date: Mon, 27 Feb 2023 17:51:27 +0100 Subject: [PATCH] fix typo Co-authored-by: Jamie Klassen Signed-off-by: matteosilv --- docs/integrations/gitlab/org.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/gitlab/org.md b/docs/integrations/gitlab/org.md index db703d8036..7ddc5202b5 100644 --- a/docs/integrations/gitlab/org.md +++ b/docs/integrations/gitlab/org.md @@ -32,7 +32,7 @@ catalog: host: gitlab.com orgEnabled: true group: org/teams # Optional. Must not end with slash. Accepts only groups under the provided path (which will be stripped) - groupPattern: '[\s\S]*' # Optional. Filters found groups based on provided patter. Defaults to `[\s\S]*`, which means to not filter anything + groupPattern: '[\s\S]*' # Optional. Filters found groups based on provided pattern. Defaults to `[\s\S]*`, which means to not filter anything ``` When the `group` parameter is provided, the corresponding path prefix will be stripped out from each matching group