From 97371493e7997ad561149b343c437b1b0ea400ed Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Fri, 8 Sep 2023 09:26:22 +0200 Subject: [PATCH] docs: unify terminology --- docs/configuring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring.md b/docs/configuring.md index 12ba579e7..592c27525 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -1404,8 +1404,8 @@ templates suffix is _not_ empty, Copier will abort and print an error message. _templates_suffix: "" ``` -If there is a file with the template extension next to another one without it, the one -without extension will be ignored. +If there is a file with the template suffix next to another one without it, the one +without suffix will be ignored. !!! example