Skip to content

Commit eba1de1

Browse files
fix: typos in README.md files (#239)
Signed-off-by: emmanuel-ferdman <[email protected]>
1 parent b6b2e29 commit eba1de1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ Add a configurable CodeMirror extension.
139139

140140
Extend the main app with a Command.
141141

142-
[![Commmand example](commands/preview.png)](commands)
142+
[![Command example](commands/preview.png)](commands)
143143

144144
### [Command Palette](command-palette)
145145

146146
Register commands in the Command Palette.
147147

148-
[![Commmand Palette](command-palette/preview.png)](command-palette)
148+
[![Command Palette](command-palette/preview.png)](command-palette)
149149

150150
### [Completer](completer)
151151

@@ -197,7 +197,7 @@ Interact with a kernel from an extension.
197197

198198
### [Kernel Output](kernel-output)
199199

200-
Render kernel messages in an OuputArea.
200+
Render kernel messages in an OutputArea.
201201

202202
[![OutputArea class](kernel-output/preview.gif)](kernel-output)
203203

kernel-output/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kernel Output
22

3-
> Render kernel messages in an _OuputArea_.
3+
> Render kernel messages in an _OutputArea_.
44
55
- [Code structure](#code-structure)
66
- [Initializing a Kernel Session](#initializing-a-kernel-session)

0 commit comments

Comments
 (0)