Skip to content

Commit

Permalink
fix(docs): correct the render function name (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndp-s committed Dec 8, 2022
1 parent 11e4a7e commit 45dd681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/documentation/usage/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function TypistEditorContainer({ content }) {
renderAriaLabel({ label }) {
return `Name: ${label}`
},
popupRenderFn() {
dropdownRenderFn() {
return {
onStart(props) {},
onUpdate(props) {},
Expand Down

0 comments on commit 45dd681

Please sign in to comment.