Built in Spell Checking

IntelliJ IDEA can spell check and fix errors for you

Use F2 (macOS/Windows/Linux) to navigate to the next error and then use ⌥⏎ (macOS), or Alt+Enter (Windows/Linux), to get suggestions on how to fix the typo.

Related Resources

Extract Variable
Extract code to a variable
Presenting with IntelliJ IDEA
Tips & tricks to level up your presentation skills with IntelliJ IDEA.
Code Completion for the Stream API
IntelliJ IDEA can add the stream() call for us