From 3ea29add12fae20a33d9ce84b9dd8b36aa17c4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=98=EC=83=81=EC=9A=B0=28Roy=29?= Date: Fri, 27 Jan 2023 17:16:35 +0900 Subject: [PATCH] Add missing finishing single quote. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 나상우(Roy) --- docs/features/techdocs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/configuration.md b/docs/features/techdocs/configuration.md index 097d31f760..38a0143bea 100644 --- a/docs/features/techdocs/configuration.md +++ b/docs/features/techdocs/configuration.md @@ -49,7 +49,7 @@ techdocs: # will be broken in these scenarios. legacyCopyReadmeMdToIndexMd: false - # techdocs.builder can be either 'local' or 'external. + # techdocs.builder can be either 'local' or 'external'. # Using the default build strategy, if builder is set to 'local' and you open a TechDocs page, # techdocs-backend will try to generate the docs, publish to storage and show the generated docs afterwords. # This is the "Basic" setup of the TechDocs Architecture.