Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Matt d'Entremont <[email protected]>
  • Loading branch information
marvinhagemeister and mdentremont authored Mar 2, 2023
1 parent e0ae532 commit f20dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/test/browser/combinations.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ describe('combinations', () => {
expect(ops).to.deep.equal(['child effect', 'parent effect']);
});

it('should not block hook updates when context upates are enqueud', () => {
it('should not block hook updates when context updates are enqueued', () => {
const Ctx = createContext({
value: 0,
setValue: /** @type {*} */ () => {}
Expand Down

0 comments on commit f20dca0

Please sign in to comment.