From acf9dd349f231b500d8f104bd10b3e0a1db7765d Mon Sep 17 00:00:00 2001 From: Lahar Shah <6338800+laharshah@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:58:25 -0500 Subject: [PATCH] Update configuration.md typo Signed-off-by: Lahar Shah <6338800+laharshah@users.noreply.github.com> --- 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 8c2348972c..05f184e90f 100644 --- a/docs/features/techdocs/configuration.md +++ b/docs/features/techdocs/configuration.md @@ -203,7 +203,7 @@ techdocs: # (Optional) The time (in milliseconds) that the TechDocs backend will wait # for a cache service to respond before continuing on as though the cached - # object was not found (e.g. when the cache sercice is unavailable). The + # object was not found (e.g. when the cache service is unavailable). The # default value is 1000 readTimeout: 500 ```