From a1e089c3c16920a8a49a7ecf3209694d848ef78b Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 26 Nov 2024 15:01:00 +0100 Subject: [PATCH] docs: Fix typo in clan module --- docs/site/clanmodules/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/clanmodules/index.md b/docs/site/clanmodules/index.md index 46bd76ec7..ead4607e1 100644 --- a/docs/site/clanmodules/index.md +++ b/docs/site/clanmodules/index.md @@ -138,7 +138,7 @@ Adds the roles: `client` and `server` ## Adding configuration options -While we recommend to keep the interface as minimal as possible and deriving all required information from the `roles` model it might sometimes be required or convinient to expose customization options beyond `roles`. +While we recommend to keep the interface as minimal as possible and deriving all required information from the `roles` model it might sometimes be required or convenient to expose customization options beyond `roles`. The following shows how to add options to your module. @@ -222,4 +222,4 @@ Assuming that there is a common code path or a common interface between `server` # ... imports = [ ../common.nix ]; } -``` \ No newline at end of file +```