In chapter 8.1 of the official Spring documentation, there is a sentence introducing WebClient: 'WebClient - non-blocking, reactive client w fluent API.' It appears that 'w' is a typo and should be replaced with 'with'. The correct sentence should read 'WebClient - non-blocking, reactive client with fluent API.
Comment From: snicoll
@fire9288 good catch and thank you for reporting it!