Skip to content

Commit aaf12cf

Browse files
authored
Merge pull request mobxjs#1621 from ChrisFan/patch-1
Fix typo error
2 parents 5ec86f1 + 426854b commit aaf12cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/refguide/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ The reactivity inside the library will remain self-contained when you call `conf
545545
Additionally, MobX won't throw an error that there are multiple instances in the global scope.
546546

547547
```javascript
548-
configure({ isolatedGlobalState: true });
548+
configure({ isolateGlobalState: true });
549549
```
550550

551551
#### `reactionScheduler: (f: () => void) => void`

0 commit comments

Comments
 (0)