From 3fb66b5773e15ff8126774c8d9a7c7960310e0e6 Mon Sep 17 00:00:00 2001 From: cshamback <149506027+cshamback@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:44:03 -0500 Subject: [PATCH] Update crash-logs.md Improved grammar/syntax in error logs documentation page. Did not change the content or meaning --- docs/extension-builder/crash-logs.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/extension-builder/crash-logs.md b/docs/extension-builder/crash-logs.md index 25675aea..2bc63c3f 100644 --- a/docs/extension-builder/crash-logs.md +++ b/docs/extension-builder/crash-logs.md @@ -4,16 +4,16 @@ title: "Extension: Crash Logs" # Extension: Crash Logs -On this page, you can find the list of logs of errors that occur when running a workflow on the extension. In the item on the list, you can see: +On this page, you can find the error logs that occur when running a workflow with the extension. In the item on the list, you can see: -- The message of the error -- On which workflow the error occurs -- When Last time the error happened -- When the first time it happened -- And how many times it had happened +- The error message +- Which workflow the error occurred in +- The last time the error happened +- The first time it happened +- And how many times it happened ![Crash logs](https://res.cloudinary.com/chat-story/image/upload/v1670218496/automa/NVIDIA_Share_oPAImZFA79_mycggk.png) -And to see more details about the error like on which block of the workflow it occurs, you can click on the error message. +To see more details about the error, such as which block in the workflow it occurred on, click on the error message. ![Logs detail](https://res.cloudinary.com/chat-story/image/upload/v1670218485/automa/chrome_oFXjSCCqYq_dqlvyv.png)