immutable 4.0.0-rc.8 → 4.0.0-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -51,7 +51,7 @@ map1.get('b') + " vs. " + map2.get('b') // 2 vs. 50
51
51
 
52
52
  ### Browser
53
53
 
54
- Immutable.js has no depenencnies, which makes it predictable to include in a Browser.
54
+ Immutable.js has no dependencies, which makes it predictable to include in a Browser.
55
55
 
56
56
  It's highly recommended to use a module bundler like [webpack](https://webpack.github.io/),
57
57
  [rollup](https://rollupjs.org/), or