From 200f6f98b05656d81c3db3a410d8eac064b3f4af Mon Sep 17 00:00:00 2001 From: gesslar Date: Tue, 27 Aug 2024 22:07:29 -0400 Subject: [PATCH] Update configuration.md Very minor grammar issue. --- docs/user-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index ce78dc73..69992c1a 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -10,7 +10,7 @@ Project settings are configured by default using a YAML configuration file in the project directory named `mkdocs.yml`. You can specify another path for it by using the `-f`/`--config-file` option (see `mkdocs build --help`). -As a minimum, this configuration file must contain the `site_name`. All other settings are optional. +At a minimum, this configuration file must contain the `site_name`. All other settings are optional. ## Project information