mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 00:01:19 +08:00
Fix typo (#2118)
This commit is contained in:
parent
90fdd28afb
commit
6892a14393
@ -13,7 +13,7 @@
|
||||
- `common/`: Common source files that only require Node.js APIs. Code from this folder can be used in all other folders except `muya`.
|
||||
- `main/`: Main process source files that require Electron main-process APIs. `main` files can use `common` source code.
|
||||
- `muya/`: Mark Texts backend that only allow pure JavaScript, BOM and DOM APIs. Don't use Electron or Node.js APIs!
|
||||
- `renderer`: Fontend that require Electron renderer-process APIs and may use `common` or `muya` source code.
|
||||
- `renderer`: Frontend that require Electron renderer-process APIs and may use `common` or `muya` source code.
|
||||
- `static/`: Application assets (images, themes, etc)
|
||||
- `test/`: Contains (unit) tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user