aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master/docs
diff options
context:
space:
mode:
Diffstat (limited to 'site/versions/master/docs')
-rw-r--r--site/versions/master/docs/tutorial/java.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/tutorial/java.md b/site/versions/master/docs/tutorial/java.md
index ad95ff4268..a916aeb5be 100644
--- a/site/versions/master/docs/tutorial/java.md
+++ b/site/versions/master/docs/tutorial/java.md
@@ -51,7 +51,7 @@ for using Bazel in any language.
in other languages may have a different workspace path and directory
structure.
-4. In the directory you created, add a file called `Greetings.java` with the
+4. In the directory you created, add a file called `Greeting.java` with the
following contents:
```java