From 66e1d831a1e9f46c853b1f7e6795c4d5a5b87b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Thu, 1 Aug 2024 17:55:17 +0200 Subject: [PATCH] chore: fix spellcheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- .spellcheck.yaml | 2 +- .wordlist.txt | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.spellcheck.yaml b/.spellcheck.yaml index 7db9a67..f7c0e13 100644 --- a/.spellcheck.yaml +++ b/.spellcheck.yaml @@ -2,7 +2,7 @@ matrix: - name: Markdown sources: # Ignore the autogenerated markdown files - - ./**/*.md|!./CHANGELOG.md + - ./**/*.md|!./CHANGELOG.md|!./vendor/** dictionary: wordlists: - .wordlist.txt diff --git a/.wordlist.txt b/.wordlist.txt index 07f779f..a665e01 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1,4 +1,5 @@ ClusterLifecycle +CloudNativePG CNPG finalizers GRPC diff --git a/README.md b/README.md index aafc10b..570a2bb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CNPG-I-EXAMPLE A "hello world" example implementation of the -[Cloud Native Postgres](https://github.com/cloudnative-pg/cloudnative-pg/) +[CloudNativePG](https://github.com/cloudnative-pg/cloudnative-pg/) plugin interface [CNPG-I](https://github.com/cloudnative-pg/cnpg-i). - [Concepts](doc/concepts.md)