From 3b9b16e2bb39d0bc2e1334aef1ffc0d769c0f8bb Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Fri, 24 May 2024 15:30:26 +0200 Subject: [PATCH] fix: Expand "colocated" to include "colocation" and "colocating" --- terms.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terms.jsonc b/terms.jsonc index 8c263dd..5a50247 100644 --- a/terms.jsonc +++ b/terms.jsonc @@ -111,7 +111,7 @@ ["change[- ]log(s)?", "changelog$1"], ["check[- ]box(es)?", "checkbox$1"], ["code[- ]base(es)?", "codebase$1"], - ["co[- ]locate(d?)", "colocate$1"], + ["co[- ]locat(ion|ing|ed?)", "colocate$1"], ["end[- ]point(s)?", "endpoint$1"], ["e[- ]mail(s)?", "email$1"], ["file[- ]name(s)?", "filename$1"],