aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-03-24 15:55:18 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-24 16:42:35 +0000
commitc9a9f4c874aa29b446f48ee3da179ae1bf6f5435 (patch)
treed21b907bfd5a47429f7cda440a130fdc2c099c9d /README.md
parentb6c3081c0a30b15f8cacb8cddc585a2f8071e508 (diff)
s/A emphasis/An emphasis/
-- MOS_MIGRATED_REVID=89403565
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ae1cd35ad..39c8ef37c6 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ source.** Bazel has been built for speed, using both caching and parallelism
to achieve this. Bazel is critical to Google's ability to continue
to scale its software development practices as the company grows.
-* **A emphasis on automated testing and releases.** Bazel has
+* **An emphasis on automated testing and releases.** Bazel has
been built for correctness and reproducibility, meaning that a build performed
on a continuous build machine or in a release pipeline will generate
bitwise-identical outputs to those generated on a developer's machine.