From 63f089462171a1722ae968d9a59377911bab1393 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:34:54 +0300 Subject: [PATCH] Improve wording See gh-37102 --- .../ROOT/pages/core/expressions/evaluation.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/core/expressions/evaluation.adoc b/framework-docs/modules/ROOT/pages/core/expressions/evaluation.adoc index 58b47491fbf..95cb6e4aa27 100644 --- a/framework-docs/modules/ROOT/pages/core/expressions/evaluation.adoc +++ b/framework-docs/modules/ROOT/pages/core/expressions/evaluation.adoc @@ -263,11 +263,11 @@ dangerous and should generally be avoided, since doing so can effectively grant source the ability to execute arbitrary code within the application, regardless of which `EvaluationContext` implementation is used. -Throughout this section, a source is considered "trusted" only if it is a developer of -the application or an administrator responsible for configuring or operating the -application. Any other source of a SpEL expression must be treated as untrusted – for -example, an expression supplied by an end user of the application or received from an -external system. +Throughout this section, a source of a SpEL expression is considered "trusted" only if it +is a developer of the application or an administrator responsible for configuring or +operating the application. Any other source of a SpEL expression must be treated as +untrusted – for example, an expression supplied by an end user of the application or +received from an external system. [WARNING] ====