Skip to content

Commit

Permalink
fix: plugin documentation typo (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Mar 20, 2024
1 parent a368606 commit e51dfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/Plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Plugin } from '@dhis2/app-runtime/experimental'
// within the app
const MyApp = () => (
<Plugin
pluginShortName={mutation}
pluginShortName={'myPluginShortName'}
onError={(err) => {
console.error(err)
}}
Expand Down

0 comments on commit e51dfb9

Please sign in to comment.