2
0
Evgeniy Parfenyuk 2 сар өмнө
parent
commit
e5b907a88b

+ 3 - 3
docs/vnrs_specification.md

@@ -9,9 +9,9 @@ Vinora Screenplay is plain text format for writing
 
 It's based on (and one-way compatible with) Markdown, simple markup language 
 developed by John Grubber and Aaron Swartz in 2004. It was developed to 
-simplify web pages writing and
+simplify web pages writing.  
 While Markdown originally doesn't have specification (only `Markdown.pl`
-as reference implementation), we use
+as a reference implementation), we use
 [CommonMark](https://spec.commonmark.org) for this role.
 
 ## 1.2 Why it's needed?
@@ -23,7 +23,7 @@ Vinora Screenplay as Markdown-like language we fulfill both of our goals
 (it's simple to use since it's known and it's compatible with dozens
 of existing Markdown interpreters).
 
-## 1.3 Comparison with another techinal (TODO)
+## 1.3 Comparison with another languages (TODO)
 
 [...]