From 7dda689345e06b2412840d44fdad94bd2cbacdc9 Mon Sep 17 00:00:00 2001 From: Matthias Nehlsen Date: Tue, 11 Oct 2022 13:36:32 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 046cd34..d8728da 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The FlutterIsolate plugin fixes this with the introduction of a `FlutterIsolate` | :--------------- | :----------------: | :------------------: | :-------------------------------- | | FlutterIsolate.spawn(entryPoint,message) | :white_check_mark: | :white_check_mark: | spawns a new FlutterIsolate | | FlutterIsolate.pause() | :white_check_mark: | :white_check_mark: | pauses a running isolate | -| FlutterIsolate.resume() | :white_check_mark: | :white_check_mark: | resumed a paused isoalte | +| FlutterIsolate.resume() | :white_check_mark: | :white_check_mark: | resumed a paused isolate | | FlutterIsolate.kill() | :white_check_mark: | :white_check_mark: | kills a an isolate | | FlutterIsolate.killAll() | :white_check_mark: | :white_check_mark: | kills all currently running isolates | | FlutterIsolate.runningIsolates | :white_check_mark: | :white_check_mark: | returns the IDs associated with all currently running isolates |