Skip to content

Commit

Permalink
fix: typos in README.md files (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: emmanuel-ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Jun 28, 2023
1 parent b6b2e29 commit eba1de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ Add a configurable CodeMirror extension.

Extend the main app with a Command.

[![Commmand example](commands/preview.png)](commands)
[![Command example](commands/preview.png)](commands)

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

Register commands in the Command Palette.

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

### [Completer](completer)

Expand Down Expand Up @@ -197,7 +197,7 @@ Interact with a kernel from an extension.

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

Render kernel messages in an OuputArea.
Render kernel messages in an OutputArea.

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

Expand Down
2 changes: 1 addition & 1 deletion kernel-output/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kernel Output

> Render kernel messages in an _OuputArea_.
> Render kernel messages in an _OutputArea_.
- [Code structure](#code-structure)
- [Initializing a Kernel Session](#initializing-a-kernel-session)
Expand Down

0 comments on commit eba1de1

Please sign in to comment.