This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this 
push:
     new a45fbf24 HDDS-12597. Enforce "column family" without hyphen in spell 
check (#129)
a45fbf24 is described below

commit a45fbf24a0b27674864be47085ac6d62ecc454c1
Author: Ethan Rose <[email protected]>
AuthorDate: Fri Mar 14 06:08:20 2025 -0400

    HDDS-12597. Enforce "column family" without hyphen in spell check (#129)
---
 cspell.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cspell.yaml b/cspell.yaml
index 13ed0cc4..cdc8643e 100644
--- a/cspell.yaml
+++ b/cspell.yaml
@@ -56,6 +56,8 @@ patterns:
 flagWords:
 # Write "quasi-closed" instead of "quasi closed".
 - quasi
+# RocksDB docs do not hyphenate this term.
+- column-family
 
 # List of words to be always considered correct.
 # Case insensitive.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to