Merge pull request #399 from pgrimaud/master

docs: fix typos
This commit is contained in:
Rodrigo Fernandes 2021-08-10 15:42:00 +01:00 committed by GitHub
commit 5f4b45c4b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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>