From 7d547888c982367ae0c30baee008e312a8bc55a5 Mon Sep 17 00:00:00 2001 From: Viedit com <49990587+vieditcom@users.noreply.github.com> Date: Tue, 2 Feb 2021 03:54:46 +0300 Subject: [PATCH] Correct typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd41ae5..96abf14 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ It is possible to set V8 Runtime flags: MiniRacer::Platform.set_flags! :noconcurrent_recompilation, max_inlining_levels: 10 ``` -This can come in handy if you want to use MiniRacer with Unicorn, which doesn't seem to alwatys appreciate V8's liberal use of threading: +This can come in handy if you want to use MiniRacer with Unicorn, which doesn't seem to always appreciate V8's liberal use of threading: ```ruby MiniRacer::Platform.set_flags! :noconcurrent_recompilation, :noconcurrent_sweeping ```