Skip to content

Commit 9f676af

Browse files
jpw-srcfmbenhassine
authored andcommitted
fixed some typos
1 parent 4fc98f1 commit 9f676af

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/src/reference/asciidoc/appendix-reactormigration-examples.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
While most of an examples are still same, we've overhauled some of them and
33
created some new:
44

5-
* Tunrstile Reactive <<statemachine-examples-turnstilereactive>>
5+
* Turnstile Reactive <<statemachine-examples-turnstilereactive>>

docs/src/reference/asciidoc/appendix-reactormigration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[appendix]
22
[[appendix-reactormigrationguide]]
33
== Reactor Migration Guide
4-
Main task for a work for `3.x` has been to both internally and externally to move and change
4+
Main task for a work for `3.x` has been to both internally and externally move and change
55
as much as we can from imperative code into a reactive world. This means that some
6-
of a main interfaces has added a new reative methods and most of a internal execution locig
7-
(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
6+
of the main interfaces have added new reative methods and most of a internal execution logic
7+
(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
88
go throught all these changes.
99

1010
include::appendix-reactormigration-communicating.adoc[]

docs/src/reference/asciidoc/sm-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ model regarding used table names. Previously, generated table names
6363
always had a prefix of `JPA_REPOSITORY_`, derived from entity class
6464
names. As this caused breaking issues with databases imposing
6565
restrictions on database object lengths, all entity classes have
66-
spesific definitions to force table names. For example,
66+
specific definitions to force table names. For example,
6767
`JPA_REPOSITORY_STATE` is now 'STATE' -- and so on with other
6868
ntity classes.
6969

docs/src/reference/asciidoc/whatsnew.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ in a future releases.
7373
[IMPORTANT]
7474
====
7575
Please read an appendix <<appendix-reactormigrationguide>> carefully as it will steer you
76-
through a process of migrating into `3.x` for cases we're not handling internallyl.
76+
through a process of migrating into `3.x` for cases we're not handling internally.
7777
====
7878

7979
At this point most of a documentation has been changed to showcase reactive interfaces

0 commit comments

Comments
 (0)