8000 docs: fix typos by pgrimaud · Pull Request #399 · rtfpessoa/diff2html · GitHub
[go: up one dir, main page]

Skip to content

docs: fix typos #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions website/templates/pages/demo/content.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<ul>
<li class="block">
<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.
</p>
<p>
Expand All @@ -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.
</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 class="block">
<p class="has-text-weight-bold">What urls are supported in this demo?</p>
Expand Down
0