From d9eabd667c12f639759056a41b7558c351cd9da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4fer?= <2326303+b0n541@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:39:21 +0200 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Schäfer <2326303+b0n541@users.noreply.github.com> --- docs/src/reference/asciidoc/appendix-reactormigration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/appendix-reactormigration.adoc b/docs/src/reference/asciidoc/appendix-reactormigration.adoc index 5ecb8cfc5..8f2d18714 100644 --- a/docs/src/reference/asciidoc/appendix-reactormigration.adoc +++ b/docs/src/reference/asciidoc/appendix-reactormigration.adoc @@ -3,7 +3,7 @@ == Reactor Migration Guide Main task for a work for `3.x` has been to both internally and externally move and change as much as we can from imperative code into a reactive world. This means that some -of the main interfaces have added new reative methods and most of a internal execution logic +of the main interfaces have added new reactive methods and most of a internal execution logic (where applicable) has been moved over to be handled by a reactor. Essentially what this means is that thread handling model is considerably different compared to `2.x`. Following chapters go throught all these changes.