Skip to content

Commit 883ba73

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request linode#47 from jsager/spelling
Removed some capitalization for sentences that are not headers
2 parents c2fcaa6 + 22bd888 commit 883ba73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

themes/dlc/layouts/_default/guides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 class="mt-0">Want more help?</h2>
4444

4545
<div class="my-8 -mx-4 pb-4">
4646
<div class="text-center my-4">{{ partial "0_svgs/divider.svg" }}</div>
47-
<h2 class="text-center mx-auto">Get Started in the Linode Cloud Today.</h2>
47+
<h2 class="text-center mx-auto">Get started in the Linode cloud today.</h2>
4848
<div class="flex justify-center">
4949
<a href="https://manager.linode.com/session/signup" target="_blank" class="btn mt-4 mr-2">Create an Account</a>
5050
<a href="https://www.linode.com/linodes" target="_blank" class="btn mt-4 ml-2">Learn More</a>

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2>Tools</h2>
3434
</div>
3535
<div class="px-4">
3636
<h3 class="md:text-2xl mt-0">Linode CLI</h3>
37-
<div class="md:text-lg my-3">An easy way to get up and running with the Linode API</div>
37+
<div class="md:text-lg my-3">An easy way to get up and running with the Linode API.</div>
3838
<div class="pt-3 hidden hidden md:block"><a href="https://www.linode.com/cli" target="_blank" class="btn btn-small">Linode CLI on GitHub</a></div>
3939
</div>
4040
</div>

themes/dlc/layouts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row-full relative -mt-2 px-2">
33
<section class="header max-w-3xl mx-auto px-4 md:px-8 py-12 relative z-10">
44
<h2>How easily can you create a Linode?</h2>
5-
<div class="text-2xl my-3">Are Two Steps Easy Enough?</div>
5+
<div class="text-2xl my-3">Are two steps easy enough?</div>
66
{{ partial "2_molecules/code-box.html" }}
77
<div class="mt-6"><a href="https://www.linode.com/cli" target="_blank" class="btn mt-3">Get Started with the Linode CLI</a></div>
88
</section>
@@ -42,7 +42,7 @@ <h2 class="mt-0 font-normal text-center"><a href="https://www.linode.com/communi
4242

4343
<div class="mx-auto text-center max-w-lg my-8">
4444
<h2>Events</h2>
45-
<div class="text-2xl my-3">Catch Us on the Road at Conferences, Meetups, and Job Fairs.</div>
45+
<div class="text-2xl my-3">Catch us on the road at conferences, meetups, and job fairs.</div>
4646
</div>
4747
<div class="flex flex-wrap my-8 -mx-4 pb-8 justify-center">
4848
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
@@ -67,7 +67,7 @@ <h3 class="mt-0 mb-4"><a href="{{ .Params.event_url }}" class="text-black tile-l
6767
<div class="relative row-full pb-8">
6868
<div class="mx-auto text-center max-w-lg my-8">
6969
<h2>Careers at Linode</h2>
70-
<div class="text-2xl mt-4">Help Us Create the Platform of Tomorrow.</div>
70+
<div class="text-2xl mt-4">Help us create the platform of tomorrow.</div>
7171
<a class="btn block mx-auto mt-6" href="https://www.linode.com/careers" target="_blank">View Opportunities</a>
7272
</div>
7373
<img src='{{ "img/triangles.png" | relURL }}' class="home-triangles absolute pin-b pin-l" />

0 commit comments

Comments
 (0)