summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikola Ristic <risticnikola@outlook.com>2019-05-11 22:10:19 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-05-11 16:10:19 -0400
commit551b56dd855945f0ea506ea83a06b90b1399aa47 (patch)
treedd47335a0454ad71bbe49ebf1fa7401c31b02ae8
parentaba952397ae668714add770c5b6fa6edf1cf3eb5 (diff)
Typo (#2337)
-rw-r--r--core/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md
index a5c20f79e..857bd672b 100644
--- a/core/README.md
+++ b/core/README.md
@@ -1,7 +1,7 @@
# Deno Core
This Rust crate contains the essential V8 bindings for Deno's command-line
-interface (Deno CLI). The main abstraction here is the Isolate which proivdes a
+interface (Deno CLI). The main abstraction here is the Isolate which provides a
way to execute JavaScript. The Isolate is modeled as a
`Future<Item=(), Error=JSError>` which completes once all of its ops have
completed. The user must define what an Op is by implementing the `Dispatch`