Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janetbombe committed Oct 22, 2024
1 parent 5ac6afb commit c70cadd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ describe('L2Pool', () => {
const encoder: L2Encoder = instance.getEncoder();
expect(encoder).toEqual(instance.encoderContract);
});
it('Expects to return contract without reinitalizing if already there', () => {
it('Expects to return contract without reinitializing if already there', () => {
const instance: L2PoolInterface = new L2Pool(provider, config);
expect(instance.encoderContract).toEqual(undefined);
const encoder: L2Encoder = instance.getEncoder();
Expand Down

0 comments on commit c70cadd

Please sign in to comment.