From 396bac4c81510ee76490abc0c40406fdbcbf6722 Mon Sep 17 00:00:00 2001 From: Nael Shiab Date: Thu, 10 Oct 2024 05:31:16 -0400 Subject: [PATCH] Fixing a typo (#973) --- runtime/reference/cli/jupyter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/reference/cli/jupyter.md b/runtime/reference/cli/jupyter.md index 2a7526f89..25a94f3d4 100644 --- a/runtime/reference/cli/jupyter.md +++ b/runtime/reference/cli/jupyter.md @@ -107,7 +107,7 @@ await Deno.jupyter.display({ ![`Deno.jupyter.display` API example](../images/jupyter-display.png) -Your notebook frontned will automatically select the "richest" MIME type to +Your notebook frontend will automatically select the "richest" MIME type to display based on its capabilities. ---