From 590b4f2eab7768211508d91e93fce270b7fe9bea Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:51:51 -0500 Subject: [PATCH] Add key-value, truststore, and keystore to vocabulary (#6330) Signed-off-by: Fanit Kolchina --- .github/vale/styles/OpenSearch/SubstitutionsError.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/vale/styles/OpenSearch/SubstitutionsError.yml b/.github/vale/styles/OpenSearch/SubstitutionsError.yml index 69939eb3..fdedce44 100644 --- a/.github/vale/styles/OpenSearch/SubstitutionsError.yml +++ b/.github/vale/styles/OpenSearch/SubstitutionsError.yml @@ -23,7 +23,8 @@ swap: 'Huggingface': Hugging Face 'indices': indexes 'ingestion pipeline': ingest pipeline - 'keystore': key store + 'key store': keystore + 'key/value': key-value 'kmeans': k-means 'kNN': k-NN 'machine-learning': machine learning @@ -46,7 +47,7 @@ swap: 'time stamp': timestamp 'timezone': time zone 'tradeoff': trade-off - 'truststore': trust store + 'trust store': truststore 'U.S.': US 'web page': webpage 'web site': website