Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit e753a92

Browse files
committed
[gitpod-vs-codespaces] Minor wording tweaks
1 parent c836c6a commit e753a92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/contents/gitpod-vs-codespaces.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Link } from 'gatsby'
88
export const features: FeatureCardProps[] = [
99
{
1010
id: 'fast',
11-
title: <strong>Loads 15x Faster</strong>,
11+
title: <strong>15x Faster Loading</strong>,
1212
text: (
1313
<>
1414
<p>
@@ -24,7 +24,7 @@ export const features: FeatureCardProps[] = [
2424
</>
2525
),
2626
Figure: SpeedComparison,
27-
figFootnote: 'Compared start up time until ready-to-code of https://github.com/microsoft/vscode. Last verified Sept 25, 2020.'
27+
figFootnote: 'Compared start-up time until ready-to-code for https://github.com/microsoft/vscode. Last verified 25 Sep 2020.'
2828
},
2929
{
3030
id: 'resource-efficient',
@@ -41,8 +41,8 @@ export const features: FeatureCardProps[] = [
4141
</>
4242
),
4343
Figure: PowerComparison,
44-
figFootnote: <>Compared hardware specs $9/month using 100 active hours. Last verified Sept 25, 2020. Sources: <Link to="/pricing">Gitpod Pricing</Link>, <a href=
45-
"https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/about-billing-for-codespaces" target="_blank">Codespaces Pricing.</a></>,
44+
figFootnote: <>Compared resources for 100 active hours at $9/month. Last verified 25 Sep 2020. Sources: <Link to="/pricing/">Gitpod Pricing</Link>, <a href=
45+
"https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/about-billing-for-codespaces" target="_blank">Codespaces Pricing</a>.</>,
4646
},
4747
{
4848
id: 'open-source',

0 commit comments

Comments
 (0)