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

Commit ecfeeac

Browse files
mexxnisarhassan12
authored andcommitted
fix typos
1 parent 128e844 commit ecfeeac

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/blog/native-ui-with-vnc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Let’s use Gitpod to write [a simple desktop-native application in Go](https://
2222
sudo apt-get install -y libgtk-3-dev && \
2323
sudo rm -rf /var/lib/apt/lists/*
2424

25-
This Dockerfile uses the gitpod/workspace-full-vnc image which sports the setup necessary to run X11 and VNC in Gitpod. It runs a [web-based VNC viewer](https://novnc.com) on port 6080 — during startup, Gitpod will ask you if you want to open this page.
25+
This Dockerfile uses the gitpod/workspace-full-vnc image which supports the setup necessary to run X11 and VNC in Gitpod. It runs a [web-based VNC viewer](https://novnc.com) on port 6080 — during startup, Gitpod will ask you if you want to open this page.
2626

2727
![The Hello World UI example running in Gitpod](https://cdn-images-1.medium.com/max/6720/1*8xUjJfd3pV0QXyK-ytyhwA.png)*The Hello World UI example running in Gitpod*
2828

src/blog/status-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Our [documentation](https://github.com/gitpod-io/gitpod-docs) and website are st
2121

2222
## Hello Statusfy
2323

24-
Enter [Statusfy](https://statusfy.co/), an Open Source status page system that can render the status page statically or dynamically from Markdown files. It sports a wide range of deployment options, including pushing the statically generated files to a [GCP bucket](https://cloud.google.com/storage/docs/key-terms#buckets).
24+
Enter [Statusfy](https://statusfy.co/), an Open Source status page system that can render the status page statically or dynamically from Markdown files. It supports a wide range of deployment options, including pushing the statically generated files to a [GCP bucket](https://cloud.google.com/storage/docs/key-terms#buckets).
2525

2626
![gitpod-status repository in Gitpod](https://cdn-images-1.medium.com/max/7088/1*8yRrsPnasOhAbZ9CbsTTIg.png)
2727

src/docs/command-line-interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Command Line Interface
22

3-
Gitpod sports a command line interface that is available in each workspace terminal called `gp`:
3+
Gitpod supports a command line interface that is available in each workspace terminal called `gp`:
44
```text
55
Command line interface for Gitpod
66
@@ -25,7 +25,7 @@ Use "gp [command] --help" for more information about a command.
2525
Gitpod workspaces can be configured - see [Configuring Workspaces](/docs/configuration/) for more details. `gp init` helps creating this configuration by guiding through this process and producing a `gitpod.yml` in the end (think `npm init`).
2626

2727
## Open
28-
Modern editors/IDE's sport command line tooling to open a file (e.g. VS Code `code foo.txt`). In Gitpod this can be done using `gp open <filename>`.
28+
Modern editors/IDE's support command line tooling to open a file (e.g. VS Code `code foo.txt`). In Gitpod this can be done using `gp open <filename>`.
2929
We have also added common aliases for `gp open`: `code` and `open`.
3030

3131
## Preview
@@ -34,7 +34,7 @@ We have also added common aliases for `gp open`: `code` and `open`.
3434
## URL
3535
Gitpod workspaces can expose services to the internet. `gp url` provides the URL which points to a service served from a Gitpod workspace. For example `gp url 8080` prints the URL which points to the service listening on port 8080 in this current workspace.
3636

37-
You can combine the `preview`and the `url` command to open a certain path instead of the default URL.
37+
You can combine the `preview` and the `url` command to open a certain path instead of the default URL.
3838

3939
For instance:
4040
```sh

src/docs/self-hosted/0.3.0/install/install-on-gcp-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: /docs/self-hosted/0.3.0/install/install-on-gcp-script/
55
# Install Gitpod on Google Cloud Platform
66

77
At its core setting up Gitpod on GCP does not differ much from installing it on any other Kubernetes platform.
8-
However, Gitpod sports a range of integrations with the Google Cloud Platform that increase performance and reliability.
8+
However, Gitpod supports a range of integrations with the Google Cloud Platform that increase performance and reliability.
99
This section describes the neccesary steps to prepare a new GCP project for a Gitpod installation.
1010

1111
> We have automated this process. If you want to get up and running as quickly as possible, that's the way to go.

0 commit comments

Comments
 (0)