Feedback on the new docs site

Hello dear epic games team,

in the First Person Shooter Tutorial 1.3](https://docs.unrealengine.com/en-US/Programming/Tutorials/FirstPersonShooter/1/3/index.html) is a small mistake ->

[]
This function declaration allows you to override the StartPlay() function (inherited from the AActor class)
[/]

The StartPlay is inherited from **AGameModeBase **not from AActor.

Kind regards