Skip to content

Commit

Permalink
Fix other typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 18, 2024
1 parent f3e7e80 commit 76b01ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/registry/docs/howto/how-to-register-an-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ That is, it should take the configuration registry object and return it, possibl
```ts
import type { ConfigType } from '@plone/registry'

export default applyConfig(config: ConfigType) => config)
export default function applyConfig(config: ConfigType) {
return config
};
```

0 comments on commit 76b01ad

Please sign in to comment.