diff --git a/docs/src/content/docs/guides/title-screens.md b/docs/src/content/docs/guides/title-screens.md index 7e8dda17..332b2f76 100644 --- a/docs/src/content/docs/guides/title-screens.md +++ b/docs/src/content/docs/guides/title-screens.md @@ -105,7 +105,7 @@ To see all the different things you can put into a config file check out the [Ti ## API -New Horizons provides an API method to register and build custom title screens dynamically. Keep in mind you can only choose configs or api not both. +New Horizons provides an API method to register and build custom title screens dynamically. Keep in mind you can only choose config or api not both as they don't merge. ```csharp title="INewHorizons.cs" ///