From 058c1cc3422efebb53473d230d4c5ccc4595d151 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 27 Sep 2024 11:54:03 +0200 Subject: [PATCH] chore: apply suggestions from code review Co-authored-by: Neil Campbell --- docs/capabilities/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/capabilities/debugging.md b/docs/capabilities/debugging.md index 2b0d5c59..ad5a9c91 100644 --- a/docs/capabilities/debugging.md +++ b/docs/capabilities/debugging.md @@ -19,7 +19,7 @@ Config.configure({ Refer to the [algokit-utils-ts-debug](https://github.com/algorandfoundation/algokit-utils-ts-debug) for more details on how to activate the addon package with `algokit-utils` in your project. -> Note: Config also contains a set flags that affect behaviour of [algokit-utils-ts-debug](https://github.com/algorandfoundation/algokit-utils-ts-debug). Those include `projectRoot`, `traceAll`, `traceBufferSizeMb`, and `maxSearchDepth`. Refer to addon package documentation for details. +> Note: Config also contains a set of flags that affect behaviour of [algokit-utils-ts-debug](https://github.com/algorandfoundation/algokit-utils-ts-debug). Those include `projectRoot`, `traceAll`, `traceBufferSizeMb`, and `maxSearchDepth`. Refer to addon package documentation for details. ### Why are the debug utilities in a separate package?