Correct typo in Readme

This commit is contained in:
Viedit com 2021-02-02 03:54:46 +03:00 committed by GitHub
parent a6e1abbe00
commit 7d547888c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```