s/agains/against

This commit is contained in:
Yannic 2019-10-24 19:30:59 +02:00 committed by GitHub
parent dfd3c3ad1b
commit 6f424fa39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Configuration file for Bazel CI [1].
#
# Also testing on Bazel CI in addition of our normal CI workflow
# ensures that gRPC is tested agains Bazel@HEAD and stays compatible
# ensures that gRPC is tested against Bazel@HEAD and stays compatible
# with the latest release.
#
# See [2,3] in case you have questions.