Fix heading levels in Reference Manual

This commit is contained in:
Sam Brannen
2018-09-21 16:32:06 +02:00
parent 917bb53718
commit 59e87f950b
3 changed files with 19 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ for example, Spring MVC controllers with the reactive `WebClient`.
[[webflux-new-framework]]
=== Motivation
== Motivation
Why was Spring WebFlux created?
@@ -41,7 +41,7 @@ WebFlux to offer functional web endpoints alongside annotated controllers.
[[webflux-why-reactive]]
=== Define "`Reactive`"
== Define "`Reactive`"
We touched on "`non-blocking`" and "`functional`" but what does reactive mean?