Fixing grammar in behavioral overview (#6451)

This commit is contained in:
Alex Sherwin 2019-03-21 23:49:52 -04:00 committed by Jim Kalafut
parent 2a678fa75a
commit 8e2942258f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ that need to access a database no longer need to hardcode credentials: they can
request them from Vault, and use Vault's leasing mechanism to more easily roll
keys.
Since every service accessing the database with unique credentials, it makes
Since every service is accessing the database with unique credentials, it makes
auditing much easier when questionable data access is discovered. You can track
it down to the specific instance of a service based on the SQL username.