Browse Source

Update docs/source/developer/extension_points.rst

Co-Authored-By: Jason Grout <jasongrout@users.noreply.github.com>
Saul Shanabrook 5 years ago
parent
commit
a319e33b52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/developer/extension_points.rst

+ 1 - 1
docs/source/developer/extension_points.rst

@@ -129,7 +129,7 @@ If you don't want JupyterLab's custom context menu to appear for your element, b
 your own right click behavior that you want to trigger, you can add the `data-jp-suppress-context-menu` data attribute
 to any node to have it and its children not trigger it.
 
-For example, if you are building a custom React element, it would like this:
+For example, if you are building a custom React element, it would look like this:
 
 .. code:: typescript