diff --git a/README.md b/README.md index 0a16c26..9bed6f2 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Diff2Html can be used in various ways as listed in the [distributions](#distribu - [Diff2Html](#diff2html-usage): using the parser and html generator directly from the library gives you complete control about what you can do with the json or html generated. -Bellow you can find more details and examples about each option. +Below you can find more details and examples about each option. ## Diff Text Input diff --git a/website/templates/pages/demo/content.handlebars b/website/templates/pages/demo/content.handlebars index fac52fd..813b9b1 100644 --- a/website/templates/pages/demo/content.handlebars +++ b/website/templates/pages/demo/content.handlebars @@ -89,7 +89,7 @@
Why should I use this instead of GitHub, Bitbucket or GitLab?
-There are multiple advantages to using diff2html, but they can be devided in two categories: portability and +
There are multiple advantages to using diff2html, but they can be divided in two categories: portability and features.
@@ -100,7 +100,7 @@ Regarding features you can have code syntax highlight, line similarity matching (similar lines are together), line by Line and side by side diffs and easy code selection.
-All of this is completly independent of the provider you use to version the code.
+All of this is completely independent of the provider you use to version the code.
What urls are supported in this demo?