Skip to content

Commit

Permalink
Update state-controller-context.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nogayam authored Mar 27, 2024
1 parent 20eb786 commit e2e757b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {ErrorHandler, ErrorHandlerContextProvider} from '../../../utils';

describe('state-machine/controller/state-controller-context', () => {
describe('useStateController', () => {
it('provides the state controller instance available throught the context', () => {
it('provides the state controller instance available through the context', () => {
const mockStateController = {
onSomeEvent: jest.fn(),
} as any;
Expand Down

0 comments on commit e2e757b

Please sign in to comment.