aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/tutorial
diff options
context:
space:
mode:
authorGravatar ahumesky <ahumesky@google.com>2017-12-08 11:55:53 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-08 11:57:56 -0800
commit71c14413070743c8a300e143c9f213d38d4a8e10 (patch)
tree2f78f43de1febb059d87ba873730d7f0287579ad /site/docs/tutorial
parent8817ba85138a19225b567b56145d1cda08d4a3c4 (diff)
Tweak the grammar of some titles in bazel documentation.
RELNOTES: None. PiperOrigin-RevId: 178406494
Diffstat (limited to 'site/docs/tutorial')
-rw-r--r--site/docs/tutorial/android-app.md2
-rw-r--r--site/docs/tutorial/cpp.md2
-rw-r--r--site/docs/tutorial/ios-app.md2
-rw-r--r--site/docs/tutorial/java.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/site/docs/tutorial/android-app.md b/site/docs/tutorial/android-app.md
index a049f22035..f01662847f 100644
--- a/site/docs/tutorial/android-app.md
+++ b/site/docs/tutorial/android-app.md
@@ -3,7 +3,7 @@ layout: documentation
title: Build Tutorial - Android
---
-Introduction to Bazel: Build an Android App
+Introduction to Bazel: Building an Android App
==========
In this tutorial, you will learn how to build a simple Android app. You'll do
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index 32ac4f6a86..f757bfd49a 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -3,7 +3,7 @@ layout: documentation
title: Build Tutorial - C++
---
-Introduction to Bazel: Build a C++ Project
+Introduction to Bazel: Building a C++ Project
==========
In this tutorial, you'll learn the basics of building C++ applications with
diff --git a/site/docs/tutorial/ios-app.md b/site/docs/tutorial/ios-app.md
index 17f1ffbf10..dba5b55d31 100644
--- a/site/docs/tutorial/ios-app.md
+++ b/site/docs/tutorial/ios-app.md
@@ -3,7 +3,7 @@ layout: documentation
title: Build Tutorial - iOS
---
-Introduction to Bazel: Build an iOS App
+Introduction to Bazel: Building an iOS App
==========
In this tutorial, you will learn how to build a simple iOS app. You'll do the
diff --git a/site/docs/tutorial/java.md b/site/docs/tutorial/java.md
index e273776316..8b4a4825e6 100644
--- a/site/docs/tutorial/java.md
+++ b/site/docs/tutorial/java.md
@@ -3,7 +3,7 @@ layout: documentation
title: Build Tutorial - Java
---
-Introduction to Bazel: Build a Java Project
+Introduction to Bazel: Building a Java Project
==========
In this tutorial, you'll learn the basics of building Java applications with