From 1d2b4d23816c10757fe5db9cb8740644fad7d992 Mon Sep 17 00:00:00 2001 From: k2on <22125083+k2on@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:19:38 -0500 Subject: [PATCH] Fix typo in custom-classes documentation Signed-off-by: k2on <22125083+k2on@users.noreply.github.com> --- docs/src/content/docs/guides/custom-classes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/custom-classes.mdx b/docs/src/content/docs/guides/custom-classes.mdx index b5812065e..fe8fdcb71 100644 --- a/docs/src/content/docs/guides/custom-classes.mdx +++ b/docs/src/content/docs/guides/custom-classes.mdx @@ -372,7 +372,7 @@ One cool thing about these custom classes is that aspects can simply define settings at the new class, without having to worry if the options they depend or some capability is enabled. -The froward-guard itself is reponsible checking in only one place, instead of having `mkIf` in a lot of places. +The forward-guard itself is reponsible checking in only one place, instead of having `mkIf` in a lot of places. ```nix # Custom `persys` forwards config into nixos.environment.persistance."/nix/persist/system"