Skip to content

Commit 43d618f

Browse files
committed
add UI terminology to docs
1 parent 9b70f18 commit 43d618f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

assets/img/ui-terminology.png

140 KB
Loading

docs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All of the pages (or views) are separate `.html` files which are appended onto t
1010

1111
## Folder Structure
1212

13-
![Digram of App Structure and Operations](/assets/img/diagram.png)
13+
![Diagram of App Structure and Operations](/assets/img/diagram.png)
1414

1515
#### `assets`
1616
This directory contains assets for the app itself: CSS, fonts, images and shared JavaScript libraries or helpers.
@@ -43,3 +43,7 @@ This file is required when using `npm` and Electron.js. It contains details on t
4343

4444
#### Docs
4545
The files: `CODE_OF_CONDUCT`, `README`, `docs` and `CONTRIBUTING` files make up the documentation for the project.
46+
47+
## UI Terminology
48+
49+
![UI Terminology](/assets/img/ui-terminology.png)

0 commit comments

Comments
 (0)