From ede41d3c123f6fc2d462864b7db6531917480512 Mon Sep 17 00:00:00 2001 From: Ovidiu Mazuru Date: Tue, 13 Aug 2024 00:40:11 +0300 Subject: [PATCH] docs: Fix typo / spelling (#76) --- documentation/writing-generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/writing-generators.md b/documentation/writing-generators.md index 6235bca..88cf9c6 100644 --- a/documentation/writing-generators.md +++ b/documentation/writing-generators.md @@ -55,5 +55,5 @@ A large part of writing generators with igniter is leveraging our built-in suite - `Igniter.Project.*` - project-level, off-the-shelf patchers - `Igniter.Code.*` - working with zippers and manipulating source code -- `Ignier.Mix.*` - mix tasks, tools for writing igniter mix tasks +- `Igniter.Mix.*` - mix tasks, tools for writing igniter mix tasks - `Igniter.Util.*` - various utilities and helpers