From 01e663c29aa4ab0ad0a385e3e0ec3c77d28901b6 Mon Sep 17 00:00:00 2001 From: ym-han Date: Sun, 24 Nov 2024 19:38:22 +0800 Subject: [PATCH] [NO-ISSUE] Fix minor typo in description ('develope' -> 'develop') (#796) --- cbits/categorise.dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbits/categorise.dl b/cbits/categorise.dl index a02b01cfa..dba2804ab 100644 --- a/cbits/categorise.dl +++ b/cbits/categorise.dl @@ -24,7 +24,7 @@ flora_category("algorithms", "Algorithms", "Algorithms implemented in Haskell, l flora_category("audio", "Audio", "Process digital signal, make music"). flora_category("bioinformatics", "Bioinformatics", "Methods and software for the analysis of biological data"). flora_category("cloud", "Cloud Computing", "Bindings to Cloud Computing platforms"). -flora_category("command-line", "CLI & TUI tooling", "Libraries to develope command-line interfaces"). +flora_category("command-line", "CLI & TUI tooling", "Libraries to develop command-line interfaces"). flora_category("compilers-interpreters", "Compilers and Interpreters", "Tooling to create compilers and interpreters"). flora_category("compression", "Data compression", "Reducing the size of things"). flora_category("concurrency", "Concurrency", "Concurrent programming techniques and tools").