From d97e1b685bcbac13fd86e71c37d68a053a08bed6 Mon Sep 17 00:00:00 2001
From: Carrie Crowe <36338913+carriecrowe1138@users.noreply.github.com>
Date: Wed, 21 Apr 2021 12:37:15 -0700
Subject: [PATCH] Minor Changes in Auditing.md (#31435)

* Improved glossary

* Minor Changes Test

Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com>
---
 docs/sources/enterprise/auditing.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/sources/enterprise/auditing.md b/docs/sources/enterprise/auditing.md
index 71a3da15434..b7f76de7eac 100644
--- a/docs/sources/enterprise/auditing.md
+++ b/docs/sources/enterprise/auditing.md
@@ -20,7 +20,7 @@ Audit logs are JSON objects representing user actions like:
 
 ### Format
 
-Audit logs contain the following fields. The fields followed by **\*** are always available, the others depends on the type of action logged.
+Audit logs contain the following fields. The fields followed by **\*** are always available, the others depend on the type of action logged.
 
 | Field name | Type | Description |
 | ---------- | ---- | ----------- |
@@ -128,7 +128,7 @@ You can choose which exporter to use in the [configuration file]({{< relref "../
 
 Options are `file`, `loki`, and `console`. Use spaces to separate multiple modes, such as `file loki`.
 
-By default, when a user create or update a dashboard, its content will not appear in the logs as it can significantly increase the size of your logs. If this is important information for you and you can handle the amount of data generated, then you can enable this option in the configuration.
+By default, when a user creates or updates a dashboard, its content will not appear in the logs as it can significantly increase the size of your logs. If this is important information for you and you can handle the amount of data generated, then you can enable this option in the configuration.
 
 ```ini
 [auditing]