File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,13 @@ Add a configurable CodeMirror extension.
139
139
140
140
Extend the main app with a Command.
141
141
142
- [ ![ Commmand example] ( commands/preview.png )] ( commands )
142
+ [ ![ Command example] ( commands/preview.png )] ( commands )
143
143
144
144
### [ Command Palette] ( command-palette )
145
145
146
146
Register commands in the Command Palette.
147
147
148
- [ ![ Commmand Palette] ( command-palette/preview.png )] ( command-palette )
148
+ [ ![ Command Palette] ( command-palette/preview.png )] ( command-palette )
149
149
150
150
### [ Completer] ( completer )
151
151
@@ -197,7 +197,7 @@ Interact with a kernel from an extension.
197
197
198
198
### [ Kernel Output] ( kernel-output )
199
199
200
- Render kernel messages in an OuputArea .
200
+ Render kernel messages in an OutputArea .
201
201
202
202
[ ![ OutputArea class] ( kernel-output/preview.gif )] ( kernel-output )
203
203
Original file line number Diff line number Diff line change 1
1
# Kernel Output
2
2
3
- > Render kernel messages in an _ OuputArea _ .
3
+ > Render kernel messages in an _ OutputArea _ .
4
4
5
5
- [ Code structure] ( #code-structure )
6
6
- [ Initializing a Kernel Session] ( #initializing-a-kernel-session )
You can’t perform that action at this time.
0 commit comments