Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nsprenkle committed Aug 16, 2024
1 parent 888cda7 commit c02cf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/xblock-tutorial/edx_platform/overrides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you then create your own Python package with a custom version of that XBlock.
# ...
entry_points={
"xblock.v1.overrides": [
"tpp = your_plugin.xblocks.video_block::YourVideoBlock"
"video = your_plugin.xblocks.video_block::YourVideoBlock"
# ...
],
}
Expand Down

0 comments on commit c02cf24

Please sign in to comment.