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

Commit ff82957

Browse files
author
Sean Hellum
authored
[docs] Fix some more grammar mistakes (#609)
1 parent 0279ad6 commit ff82957

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/components/index/WhyGitpod.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ const WhyGitpod = () => (
241241
</div>
242242
<div className="why-gitpod__text">
243243
<h3>Seamless GitHub & GitLab Integration</h3>
244-
<p>Gitpod let’s you stay in the flow by blending perfectly into GitHub and GitLab. Start your workflow from there and let Gitpod beam you in a ready-to-code dev environment.</p>
245-
<p>No matter you want to fix a bug, add a feature or do a code review, Gitpod get's you started immediately.</p>
246-
<p>Read more about <a href="/docs/context-urls/">Integration.</a></p>
244+
<p>Gitpod lets you stay in the flow by blending perfectly into GitHub and GitLab. Start your workflow from there and let Gitpod beam you in a ready-to-code dev environment.</p>
245+
<p>Whether you want to fix a bug, add a feature or do a code review, Gitpod gets you started immediately.</p>
246+
<p>Read more about supported <a href="/docs/context-urls/">context URLs</a>.</p>
247247
</div>
248248
</div>
249249
</div>
@@ -258,8 +258,8 @@ const WhyGitpod = () => (
258258
</div>
259259
<div className="why-gitpod__text">
260260
<h3>Based on the Online IDE Theia </h3>
261-
<p>Gitpod is not just another online playground, but a full-featured dev environment, just like your local IDE.</p>
262-
<p>It includes fully-functional <strong>Linux terminals</strong>, you can install any <strong>VS Code extensions</strong> and provides all the other good features provided by <strong>Theia</strong>, the vendor neutral and highly extensible VS Code alternative, we have developed.</p>
261+
<p>Gitpod isn't just an online playground, but a full-featured dev environment, just like your local IDE and Terminal.</p>
262+
<p>It includes fully-functional Linux-based <strong>Terminals</strong>, and you can install any <strong>VS Code extensions</strong> or enjoy many other great features from <strong>Theia</strong>, the vendor neutral and highly extensible IDE framework we have developed.</p>
263263
<p>Read more about <a href="/docs/ide/">Theia</a>.</p>
264264
</div>
265265
</div>

src/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
Whether you just want to hack, have code to review or feel like trying something new on
66
GitHub, Gitpod launches a ready-to-code dev environment with a single click.
77

8-
Because Gitpod is based on OSS tech like VS Code, Docker and Kubernetes, it is familiar,
8+
Because Gitpod is based on OSS tech like VS Code, Docker, and Kubernetes, it is familiar,
99
comprehensive, extensible, and easy to use. With deep GitHub integration, tools for
1010
sharing, and a focus on usability, Gitpod contains your entire dev workflow in a
1111
browser tab.
1212

1313
![](./images/gitpod-prefix.png)
1414

15-
Unlike traditional cloud and desktop IDEs, Gitpod understands the context and prepares the
16-
IDE automatically. For instance, if you are creating a Gitpod workspace from a GitHub pull request,
17-
the IDE will open in code-review mode.
15+
Unlike traditional cloud and desktop IDEs, Gitpod understands the context and adjusts the
16+
IDE automatically. For example, if you create a Gitpod workspace from a Pull Request,
17+
Gitpod will open in code-review mode.
1818

1919
Also, Gitpod workspaces are meant to be disposable. That is, you do not need to maintain anything.
2020
They are created when you need them, and you can forget about them when you are done. Simply go to

0 commit comments

Comments
 (0)