From 2aba160eaec85b6fc251cd7a5d6173a230ea5cc4 Mon Sep 17 00:00:00 2001 From: Padraig O'Sullivan Date: Wed, 9 Oct 2024 11:01:52 -0400 Subject: [PATCH] Fix typo in property name in FTE docs --- docs/src/main/sphinx/admin/fault-tolerant-execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/admin/fault-tolerant-execution.md b/docs/src/main/sphinx/admin/fault-tolerant-execution.md index 8676ebeb4e05..527236c9e78f 100644 --- a/docs/src/main/sphinx/admin/fault-tolerant-execution.md +++ b/docs/src/main/sphinx/admin/fault-tolerant-execution.md @@ -296,7 +296,7 @@ available memory on a node, the task is restarted with a request to allocate the full node for its execution. The initial task memory-requirements estimation is static and configured with -the `fault-tolerant-task-memory` configuration property. This property only +the `fault-tolerant-execution-task-memory` configuration property. This property only applies to a `TASK` retry policy. :::{list-table} Node allocation configuration properties