Skip to content

Commit

Permalink
refactor(proxy-state-tree): fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 9, 2023
1 parent cfbf6e2 commit e8bed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proxy-state-tree/src/Proxyfier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class Proxifier {
throw new Error(
`proxy-state-tree - You are mutating the path "${path}", but it is not allowed. The following could have happened:
- The mutation is explicitly being blocket
- The mutation is explicitly being blocked
- You are passing state to a 3rd party tool trying to manipulate the state
- You are running asynchronous code and forgot to "await" its execution
`
Expand Down

0 comments on commit e8bed64

Please sign in to comment.