From 8d2cfb17a7d86d99d8df9a1af6e6b4055be7a776 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Tue, 12 May 2026 13:38:58 +0200 Subject: [PATCH] Fix typo --- docs/hyphenation-trie-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyphenation-trie-format.md b/docs/hyphenation-trie-format.md index 54c12fa2..ebe54229 100644 --- a/docs/hyphenation-trie-format.md +++ b/docs/hyphenation-trie-format.md @@ -49,5 +49,5 @@ A convenient script `update_hyphenation.sh` is used to update all languages. To use it, run: ```sh -./scripts/update_hypenation.sh +./scripts/update_hyphenation.sh ```