Skip to content

Commit 39a8b2d

Browse files
committed
Fix simple typo: programe -> program
Closes elliotgao2#134
1 parent 936ca1a commit 39a8b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/storage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Storage provides 2 ways to you to store your data -- local disk and database.
33
## How to configure them
44

55
### Local Disk
6-
Your data will be stored in a hidden file called .html which will be created in where programe running.
6+
Your data will be stored in a hidden file called .html which will be created where the program is running.
77
You can still input the path you want to store in Settings.
88

99
```python

0 commit comments

Comments
 (0)