From c1a7ab7b2f3a797dca0762664063eb523051e142 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Mon, 15 Jan 2024 23:04:27 +0100 Subject: [PATCH] onion-services: fix markdown code formatting --- modules/onion-services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/onion-services.nix b/modules/onion-services.nix index 042ffb5..6341869 100644 --- a/modules/onion-services.nix +++ b/modules/onion-services.nix @@ -18,7 +18,7 @@ let default = config.public; description = mdDoc '' Create an onion service for the given service. - The service must define options {option}'address' and {option}'onionPort' (or `port`). + The service must define options {option}`address` and {option}`onionPort` (or `port`). ''; }; public = mkOption {