Skip to content

Commit ae3f27a

Browse files
committed
German capitalization removed
1 parent c9b97c2 commit ae3f27a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/markup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This folder contains all the markup files for all controls, methods, and compone
77
## Why JavaScript `.js` and NOT Markdown `.md`?
88

99
### For **`API`** documentation, use **`Javascript`** file.
10-
It allows easy editing of documentation through markup comments in **jsdoc** format especially when working on function definitions. Also, when working on Code Editors such as VS Code, the syntax highlighting and autocompletion makes writing the comments more easy and fun.
10+
It allows easy editing of documentation through markup comments in **jsdoc** format especially when working on function definitions. Also, when working in code editors such as VS Code, the syntax highlighting and autocompletion makes writing the comments more easy and fun.
1111

1212
### For general purpose documentation use the **`Markdown`** file format.
1313
See **`"en/intro"`** folder for reference.

0 commit comments

Comments
 (0)