aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar MarkusTeufelberger <markusteufelberger@gmail.com>2017-05-17 21:58:59 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-05-19 15:07:55 +0200
commiteae071c8c16df969d1bde59b375361141fc24fb9 (patch)
tree45ef7329b6ecd284d66c19d06bd8cc59d575b764 /site
parent0182ce606e046ad301bee998a66ced1463ef8d88 (diff)
Update install-ubuntu.md
Fixed small grammatical error (sending this doc change through GH to demonstrate how this change process looks for a completely external contributor, see also https://github.com/bazelbuild/bazel/pull/2784) Closes #2786. PiperOrigin-RevId: 156342450
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/install-ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/install-ubuntu.md b/site/versions/master/docs/install-ubuntu.md
index 16e3f37950..86aa9f3e55 100644
--- a/site/versions/master/docs/install-ubuntu.md
+++ b/site/versions/master/docs/install-ubuntu.md
@@ -40,7 +40,7 @@ want to install the testing version of Bazel, replace `stable` with `testing`.
sudo apt-get update && sudo apt-get install bazel
```
-Once installed, you can upgrade to newer version of Bazel with:
+Once installed, you can upgrade to a newer version of Bazel with:
```bash
sudo apt-get upgrade bazel