Procházet zdrojové kódy

Add left/right panel ranking docs.

Brian E. Granger před 4 roky
rodič
revize
76897e8627
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/source/developer/extension_points.rst

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

@@ -291,7 +291,7 @@ and then adds the terminal to the right area:
       app.shell.add(terminal, 'right');
     });
 
-You can use a numeric rank to control the ordering of the left and right tabs:
+You can use a numeric rank to control the ordering of the lef t and right tabs:
 
 .. code:: typescript