nixos: fix backticks in Markdown descriptions

This commit is contained in:
Naïm Favier 2023-01-21 11:06:46 +01:00 committed by pennae
parent 5305f766fd
commit 363158603a
12 changed files with 17 additions and 17 deletions

View file

@ -181,7 +181,7 @@ in
example = "pid";
description = lib.mdDoc ''
The name of the column in the log table to which the pid of the
process utilising the `pam_mysql's` authentication
process utilising the `pam_mysql` authentication
service is stored.
'';
};