From 20ede97097904e6b9169ba7b4f5f5332336ef18c Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Thu, 10 Sep 2020 11:26:44 -0700 Subject: [PATCH] Update packages/vm/CHANGELOG.md fix small typo --- packages/vm/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vm/CHANGELOG.md b/packages/vm/CHANGELOG.md index e7b0e363a9..fae3fbad26 100644 --- a/packages/vm/CHANGELOG.md +++ b/packages/vm/CHANGELOG.md @@ -51,7 +51,7 @@ const vm = new VM({ common }) ``` **Breaking**: Please note that the options to directly pass in -`chain` and `hardfork` strings have been removed to simpify the API. +`chain` and `hardfork` strings have been removed to simplify the API. Providing a `Common` instance is now the only way to change the chain setup, see PR [#863](https://github.com/ethereumjs/ethereumjs-vm/pull/863)