Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chigia001 committed Aug 12, 2023
1 parent 67d0dca commit db31f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('utils', () => {
});

describe('generateRoute', () => {
it('should combine the stack and striped anu slash between layer', () => {
it('should combine the stack and striped any slash between layer', () => {
const fakeRequest = {
[_LAYERS_STORE_PROPERTY]: ['/first/', '/second', '/third/'],
} as PatchedRequest;
Expand Down

0 comments on commit db31f3e

Please sign in to comment.