From ca68958152422ab58955604b6410b2b9aacbc720 Mon Sep 17 00:00:00 2001 From: Christian Steinert Date: Sun, 31 May 2026 21:15:55 +0200 Subject: [PATCH] Fix Typo. --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 9235f8d..b8edc1b 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -107,6 +107,6 @@ TypeScript is safer then JavaScript but it still lacks some features. For example, F# is best at: - Making Illegal States Irrepresentable -- Emmutable by default +- Immutable by default - Allows for easier domain modelling thanks to is type system and intuitive `|>` (pipe) operator - Has powerful and exhastive pattern matching