From 39a8b2d20f8876f1ee63e9b218bec5f2168bfca8 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 1 Mar 2020 06:53:31 +1100 Subject: [PATCH] Fix simple typo: programe -> program Closes #134 --- docs/topics/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/storage.md b/docs/topics/storage.md index 188e865..f9eabfa 100644 --- a/docs/topics/storage.md +++ b/docs/topics/storage.md @@ -3,7 +3,7 @@ Storage provides 2 ways to you to store your data -- local disk and database. ## How to configure them ### Local Disk -Your data will be stored in a hidden file called .html which will be created in where programe running. +Your data will be stored in a hidden file called .html which will be created where the program is running. You can still input the path you want to store in Settings. ```python