diff --git a/docs/v3.x/guides/custom-admin.md b/docs/v3.x/guides/custom-admin.md index 8228f540ae..db774415b9 100644 --- a/docs/v3.x/guides/custom-admin.md +++ b/docs/v3.x/guides/custom-admin.md @@ -58,7 +58,7 @@ const HomePage = ({ global: { plugins }, history: { push } }) => { export default memo(HomePage); ``` -Now the admin panel home page should just contain the sentence `Hello Wold!`. +Now the admin panel home page should just contain the sentence `Hello World!`. ## Update the Content Manager