From d2f5d7f44e428e9543fd8154cef8161c15cd46ae Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Fri, 7 Jul 2023 17:18:12 -0400 Subject: [PATCH] Add substitution rules for geo words (#4535) Signed-off-by: Fanit Kolchina --- .github/vale/styles/OpenSearch/SubstitutionsError.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/vale/styles/OpenSearch/SubstitutionsError.yml b/.github/vale/styles/OpenSearch/SubstitutionsError.yml index 22672b65..48998ded 100644 --- a/.github/vale/styles/OpenSearch/SubstitutionsError.yml +++ b/.github/vale/styles/OpenSearch/SubstitutionsError.yml @@ -10,9 +10,12 @@ swap: 'data set': dataset 'for information on': for information about 'for more information on': for more information about + 'geo distance': geodistance 'geo hash': geohash + 'geo hex': geohex 'geo point': geopoint 'geo shape': geoshape + 'geo tile': geotile 'geospacial': geospatial 'hard code': hardcode 'high-performance computing': high performance computing