Skip to content

Commit 5f4b45c

Browse files
authored
Merge pull request #399 from pgrimaud/master
docs: fix typos
2 parents 04b5985 + 73f7d43 commit 5f4b45c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Diff2Html can be used in various ways as listed in the [distributions](#distribu
117117
- [Diff2Html](#diff2html-usage): using the parser and html generator directly from the library gives you complete
118118
control about what you can do with the json or html generated.
119119

120-
Bellow you can find more details and examples about each option.
120+
Below you can find more details and examples about each option.
121121

122122
## Diff Text Input
123123

website/templates/pages/demo/content.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<ul>
9090
<li class="block">
9191
<p class="has-text-weight-bold">Why should I use this instead of GitHub, Bitbucket or GitLab?</p>
92-
<p>There are multiple advantages to using diff2html, but they can be devided in two categories: portability and
92+
<p>There are multiple advantages to using diff2html, but they can be divided in two categories: portability and
9393
features.
9494
</p>
9595
<p>
@@ -100,7 +100,7 @@
100100
Regarding features you can have code syntax highlight, line similarity matching (similar lines are together),
101101
line by Line and side by side diffs and easy code selection.
102102
</p>
103-
<p>All of this is completly independent of the provider you use to version the code.</p>
103+
<p>All of this is completely independent of the provider you use to version the code.</p>
104104
</li>
105105
<li class="block">
106106
<p class="has-text-weight-bold">What urls are supported in this demo?</p>

0 commit comments

Comments
 (0)