From bbe89d4f580e7729688cdfe1640178f101683f57 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 26 Nov 2024 09:15:57 +0100 Subject: [PATCH] fix(doc): v24 changelog grammar typo "longer" -> "no longer" (#35285) Closes #35163 The missing "no" makes this really confusing to read Signed-off-by: Cornelius Roemer Co-authored-by: Cornelius Roemer --- .../upgrading/topics/changes/changes-24_0_0.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/upgrading/topics/changes/changes-24_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-24_0_0.adoc index fc0a54fe353..27c028f4db0 100644 --- a/docs/documentation/upgrading/topics/changes/changes-24_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-24_0_0.adoc @@ -155,7 +155,7 @@ If you use a custom theme to change these templates, they will function as expec However, we recommend you to take a look at how to configure a link:{adminguide_link}#user-profile[{declarative user profile}] and possibly avoid changing the built-in templates by using all the capabilities provided by this feature. -Also, the templates used by the `declarative-user-profile` feature to render the pages for the same flows are longer necessary and removed in this release: +Also, the templates used by the `declarative-user-profile` feature to render the pages for the same flows are no longer necessary and removed in this release: * `update-user-profile.ftl` * `register-user-profile.ftl` @@ -508,4 +508,4 @@ ifeval::[{project_community}==true] With sunsetting of the https://github.com/mp911de/logstash-gelf[underlying library] providing integration with GELF, {project_name} will no longer support the GELF log handler out-of-the-box. This feature will be removed in a future release. If you require an external log management, consider using file log parsing. -endif::[] \ No newline at end of file +endif::[]