From 5d0b6aa65cfe1df41aff1716488b7707d0164fc8 Mon Sep 17 00:00:00 2001 From: Sam Arbid <36583694+Samk13@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:36:03 +0200 Subject: [PATCH] Docs: Correct Formatting and Syntax (#1803) docs: fix typo --- docs/docs/migration/possible-installation-issues.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/migration/possible-installation-issues.mdx b/docs/docs/migration/possible-installation-issues.mdx index fbaa6b095..e44ea7772 100644 --- a/docs/docs/migration/possible-installation-issues.mdx +++ b/docs/docs/migration/possible-installation-issues.mdx @@ -34,6 +34,7 @@ TLDR; This folder can be found at: - **Linux or WSL2 on Windows**: `home//.cache/langflow/` - **MacOS**: `/Users//Library/Caches/langflow/` + If you wish to retain your files, ensure to back them up before clearing the folder. -This error often occurs when upgrading Langflow, the new version can't override `langflow-pre.db in `.cache/langflow/`. Clearing the cache removes this file but will also erase your settings. \ No newline at end of file +This error often occurs when upgrading Langflow, the new version can't override `langflow-pre.db` in `.cache/langflow/`. Clearing the cache removes this file but will also erase your settings. \ No newline at end of file