From 5de4176a5b48f46ee5d97af0025f320221588d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Fri, 23 Oct 2020 10:20:44 +0200 Subject: [PATCH] [doc] Polish a typo in debugging.adoc Do-over of the below PR on 3.3.x branch. Reviewed-in: #2449 --- docs/asciidoc/debugging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asciidoc/debugging.adoc b/docs/asciidoc/debugging.adoc index c4053ffbdd..713dd4c8c7 100644 --- a/docs/asciidoc/debugging.adoc +++ b/docs/asciidoc/debugging.adoc @@ -105,7 +105,7 @@ the `Flux`. == Activating Debug Mode - aka tracebacks WARNING: this section describes the easiest but also the slowest way to enable -the debugging capabitilies due to the fact that it captures the stacktrace on every operator. +the debugging capabilities due to the fact that it captures the stacktrace on every operator. See <> for a more fine grained way of debugging, and <> for a more advanced and performant global option.