docs: fix typos
This commit is contained in:
parent
04b598599a
commit
73f7d4304b
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
- [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.
|
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 Text Input
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li class="block">
|
<li class="block">
|
||||||
<p class="has-text-weight-bold">Why should I use this instead of GitHub, Bitbucket or GitLab?</p>
|
<p class="has-text-weight-bold">Why should I use this instead of GitHub, Bitbucket or GitLab?</p>
|
||||||
<p>There are multiple advantages to using diff2html, but they can be devided in two categories: portability and
|
<p>There are multiple advantages to using diff2html, but they can be divided in two categories: portability and
|
||||||
features.
|
features.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
Regarding features you can have code syntax highlight, line similarity matching (similar lines are together),
|
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.
|
line by Line and side by side diffs and easy code selection.
|
||||||
</p>
|
</p>
|
||||||
<p>All of this is completly independent of the provider you use to version the code.</p>
|
<p>All of this is completely independent of the provider you use to version the code.</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="block">
|
<li class="block">
|
||||||
<p class="has-text-weight-bold">What urls are supported in this demo?</p>
|
<p class="has-text-weight-bold">What urls are supported in this demo?</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue