diff --git a/docs/frontend-system/architecture/25-extension-overrides.md b/docs/frontend-system/architecture/25-extension-overrides.md index aa83c32e8b..1cfa71aa44 100644 --- a/docs/frontend-system/architecture/25-extension-overrides.md +++ b/docs/frontend-system/architecture/25-extension-overrides.md @@ -277,7 +277,7 @@ import { createExtensionOverrides, } from '@backstage/frontend-plugin-api'; -const customSearchPage = PageBlueprint({ +const customSearchPage = PageBlueprint.make({ // Since this is a standalone extension we need to provide the namespace to match the search plugin namespace: 'search', params: {