From de7cbec0fb2c8c0cc7a8e311088a013ad9f1aca3 Mon Sep 17 00:00:00 2001 From: Jan Wilhelms Date: Tue, 24 Aug 2021 08:36:29 +0200 Subject: [PATCH] fixed some typos --- .../asciidoc/appendix-reactormigration-examples.adoc | 2 +- docs/src/reference/asciidoc/appendix-reactormigration.adoc | 6 +++--- docs/src/reference/asciidoc/sm-repository.adoc | 2 +- docs/src/reference/asciidoc/whatsnew.adoc | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/reference/asciidoc/appendix-reactormigration-examples.adoc b/docs/src/reference/asciidoc/appendix-reactormigration-examples.adoc index 1decc9a81..b20820971 100644 --- a/docs/src/reference/asciidoc/appendix-reactormigration-examples.adoc +++ b/docs/src/reference/asciidoc/appendix-reactormigration-examples.adoc @@ -2,4 +2,4 @@ While most of an examples are still same, we've overhauled some of them and created some new: -* Tunrstile Reactive <> +* Turnstile Reactive <> diff --git a/docs/src/reference/asciidoc/appendix-reactormigration.adoc b/docs/src/reference/asciidoc/appendix-reactormigration.adoc index fa0219a8e..5ecb8cfc5 100644 --- a/docs/src/reference/asciidoc/appendix-reactormigration.adoc +++ b/docs/src/reference/asciidoc/appendix-reactormigration.adoc @@ -1,10 +1,10 @@ [appendix] [[appendix-reactormigrationguide]] == Reactor Migration Guide -Main task for a work for `3.x` has been to both internally and externally to move and change +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 a main interfaces has added a new reative methods and most of a internal execution locig -(where applicable) has been moved over to handled by a reactor. Essentially what this means is that thread handling model is considerably different compared to `2.x`. Following chapters +of the main interfaces have added new reative 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. include::appendix-reactormigration-communicating.adoc[] diff --git a/docs/src/reference/asciidoc/sm-repository.adoc b/docs/src/reference/asciidoc/sm-repository.adoc index 7000d642f..c524a6209 100644 --- a/docs/src/reference/asciidoc/sm-repository.adoc +++ b/docs/src/reference/asciidoc/sm-repository.adoc @@ -63,7 +63,7 @@ model regarding used table names. Previously, generated table names always had a prefix of `JPA_REPOSITORY_`, derived from entity class names. As this caused breaking issues with databases imposing restrictions on database object lengths, all entity classes have -spesific definitions to force table names. For example, +specific definitions to force table names. For example, `JPA_REPOSITORY_STATE` is now 'STATE' -- and so on with other ntity classes. diff --git a/docs/src/reference/asciidoc/whatsnew.adoc b/docs/src/reference/asciidoc/whatsnew.adoc index e7280e1af..beb169856 100644 --- a/docs/src/reference/asciidoc/whatsnew.adoc +++ b/docs/src/reference/asciidoc/whatsnew.adoc @@ -73,7 +73,7 @@ in a future releases. [IMPORTANT] ==== Please read an appendix <> carefully as it will steer you -through a process of migrating into `3.x` for cases we're not handling internallyl. +through a process of migrating into `3.x` for cases we're not handling internally. ==== At this point most of a documentation has been changed to showcase reactive interfaces