Skip to content
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

Fix typos #479

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 static/css/theme-mine.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a#logo span {
margin-top: 3px;
}

/* Add a space beetween icon and language choice dropdown until better solution is found */
/* Add a space between icon and language choice dropdown until better solution is found */
a.padding i.fa-language{
margin-right: 6px;
}
Expand Down
2 changes: 1 addition & 1 deletion v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ <h2 class="uui-heading-medium-4">From Anywhere, at Anytime</h2>
</svg></div>
</div>
<div class="uui-layout08_item-text-wrapper">
<div class="uui-text-size-large-4">No administrative privileges or installation needed for Windows, elevate priviledge locally or from remote on demand.</div>
<div class="uui-text-size-large-4">No administrative privileges or installation needed for Windows, elevate privilege locally or from remote on demand.</div>
</div>
</div>
<div id="w-node-d86b0202-8316-0de0-95a6-f3a3809030c6-ed68df0a" class="uui-layout08_item">
Expand Down
4 changes: 2 additions & 2 deletions v2/js/webflow.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ <h2 class="uui-heading-xxsmall-2">Customized Pro Plan <br>(Limited concurrent co
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.096 7.39004L9.93602 14.3L8.03602 12.27C7.68602 11.94 7.13602 11.92 6.73602 12.2C6.34602 12.49 6.23602 13 6.47602 13.41L8.72602 17.07C8.94602 17.41 9.32601 17.62 9.75601 17.62C10.166 17.62 10.556 17.41 10.776 17.07C11.136 16.6 18.006 8.41004 18.006 8.41004C18.906 7.49004 17.816 6.68004 17.096 7.38004V7.39004Z" fill="#12B76A"></path>
</svg></div>
</div>
<div class="uui-text-size-medium-10">Unlimited concurrent sessions (in tabs or seperate windows) per concurrent connection</div>
<div class="uui-text-size-medium-10">Unlimited concurrent sessions (in tabs or separate windows) per concurrent connection</div>
</div>
<div id="w-node-_0ae53630-2fcd-6e7f-a2f1-2bb955c87789-47ad0af8" class="uui-pricing08_feature">
<div class="uui-pricing08_icon-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion v3/src/pages/pricing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const metadata = {
icon: 'tabler:checks',
},
{
description: 'Unlimited concurrent sessions (in tabs or seperate windows) per concurrent connection',
description: 'Unlimited concurrent sessions (in tabs or separate windows) per concurrent connection',
},
{
description: '$1 for each additional user',
Expand Down