From 08027523b662ed51a9fd77b2d260c9b9fb3a93c6 Mon Sep 17 00:00:00 2001 From: Arky Date: Fri, 3 Feb 2023 13:08:39 +0700 Subject: [PATCH] Minor typo corrected Minor typo 'TBut' corrected. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7192c6..9d8c42f 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ ignoreFiles: ### A note on `--cleanDestinationDir` -It is wise to use `--cleanDestinationDir` when building the prebuild project to ensure deleted entries are not kept in its public directory. TBut there is a current bug in Hugo wich ignores this flag if a `static` directory is not present in the project. You can solve this by simply adding a `_prebuild/static/.keep` file. +It is wise to use `--cleanDestinationDir` when building the prebuild project to ensure deleted entries are not kept in its public directory. But there is a current bug in Hugo wich ignores this flag if a `static` directory is not present in the project. You can solve this by simply adding a `_prebuild/static/.keep` file. ## theNewDynamic