diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f26b787..9393b641 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,7 +63,7 @@
* Update contributor list (https://github.com/sc-forks/solidity-coverage/issues/812)
* Add dependabot config (https://github.com/sc-forks/solidity-coverage/issues/759)
* Add a package description to package.json (https://github.com/sc-forks/solidity-coverage/issues/775)
- * change .solcoverjs occurencies to .solcover.js (https://github.com/sc-forks/solidity-coverage/issues/777)
+ * change .solcoverjs occurrences to .solcover.js (https://github.com/sc-forks/solidity-coverage/issues/777)
* Remove all mentions to buidler (https://github.com/sc-forks/solidity-coverage/issues/778)
* Update HH dev dep & fix Zeppelin E2E test (https://github.com/sc-forks/solidity-coverage/issues/811)
* Update mocha version to 10.2.0, fix deprecated debug package (https://github.com/sc-forks/solidity-coverage/issues/810)
@@ -353,7 +353,7 @@
0.4.0 / 2017-11-08 (Compatible with testrpc >= 6.0 / pragma 0.4.18 and above)
==================
- * Bug fix to accomodate strict enforcement of constant and view modifiers in pragma 0.4.18
+ * Bug fix to accommodate strict enforcement of constant and view modifiers in pragma 0.4.18
0.3.5 / 2017-11-07 (Compatible with testrpc >= 6.0 / pragma 0.4.17 and below)
==================
diff --git a/README.md b/README.md
index 7fe9bab3..284fa570 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ module.exports = {
| onIstanbulComplete[*][14] | *Function* | | Hook run *after* the Istanbul reports are generated, *before* the coverage task completes. Useful if you need to clean resources up. [More...][23]|
| **:warning: DEPRECATED** | | | |
| configureYulOptimizer | *Boolean* | false | **(Deprecated since 0.8.7)** Setting to `true` should resolve "stack too deep" compiler errors in large projects using ABIEncoderV2 |
-| solcOptimizerDetails | *Object* | `undefined` |**(Deprecated since 0.8.7))** Must be used in combination with `configureYulOptimizer`. Allows you configure solc's [optimizer details][1001]. Useful if the default remedy for stack-too-deep errors doesn't work in your case (See [FAQ: Running out of stack][1002] ). |
+| solcOptimizerDetails | *Object* | `undefined` |**(Deprecated since 0.8.7))** Must be used in combination with `configureYulOptimizer`. Allows you to configure solc's [optimizer details][1001]. Useful if the default remedy for stack-too-deep errors doesn't work in your case (See [FAQ: Running out of stack][1002] ). |
[* Advanced use][14]