Skip to content

Commit

Permalink
Fix typos in jupyter.md (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Nov 29, 2024
1 parent d7499a7 commit 22f1caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/reference/cli/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ display based on its capabilities.
`Deno.jupyter` provides several helper methods for rich output of common media
types.

`Deno.jupyter.html` is a tagged template that will render provided string as an
HTML in the notebook.
`Deno.jupyter.html` is a tagged template that will render the provided string as
an HTML in the notebook.

```js
Deno.jupyter.html`<h1>Hello, world!</h1>
Expand Down Expand Up @@ -180,7 +180,7 @@ notebook.
`Deno.jupyter.broadcast` allows to publish messages to the IO pub channel
allowing to provide live updates as the cell is evaluated.

Consider this example that prints a message before we start a compution and
Consider this example that prints a message before we start a computation and
another when the computation is finished:

```js
Expand Down

0 comments on commit 22f1caf

Please sign in to comment.