From 33370e7d532cdd6a14c78e41eb73a75b3ab541d5 Mon Sep 17 00:00:00 2001 From: Trey Greer <61418192+tgreer-bw@users.noreply.github.com> Date: Tue, 7 Jul 2020 10:50:19 -0400 Subject: [PATCH] fixed missing comma (#129) --- _articles/organizations/event-logs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_articles/organizations/event-logs.md b/_articles/organizations/event-logs.md index 3b9c164b..ecdfce8d 100644 --- a/_articles/organizations/event-logs.md +++ b/_articles/organizations/event-logs.md @@ -31,7 +31,7 @@ You can search for up to 30 days of log events that scroll continuously. {% image organizations/event-logs.png Web Vault Management %} -To gather more data plans with API access can use the [Bitwarden API](https://bitwarden.com/help/api/). API responses will contain the type of event (enums referenced below) and relevant data. +To gather more data, plans with API access can use the [Bitwarden API](https://bitwarden.com/help/api/). API responses will contain the type of event (enums referenced below) and relevant data. Example: ``` @@ -58,7 +58,7 @@ Example: ## What information is contained in event logs? -Log data contains different events based on the action and level of action taken. Below are the items currently captured in the Event logs. +Log data contains different events based on the action and level of action taken. Below are the items currently captured in the Event logs. ### User events