1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

docs: fix immutablejs doc domain (#2655)

This commit is contained in:
Ivan Ha
2019-03-26 10:23:53 +08:00
committed by Ian Storm Taylor
parent 98fd922915
commit b3107fc142
5 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ These libraries are helpful when developing with Slate:
These tools are helpful when developing with Slate:
* [Immutable.js Console Extension](https://github.com/mattzeunert/immutable-object-formatter-extension) greatly improves the `console.log` output when working with [Immutable.js](https://facebook.github.io/immutable-js/) objects, which Slate's data model is based on.
* [Immutable.js Console Extension](https://github.com/mattzeunert/immutable-object-formatter-extension) greatly improves the `console.log` output when working with [Immutable.js](https://immutable-js.github.io/immutable-js/) objects, which Slate's data model is based on.
## Products