Skip to content

Commit

Permalink
test(utils): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-skryl committed Sep 13, 2024
1 parent c46c3b4 commit 79eb85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/lib/reports/utils.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe('sortAudits', () => {
});

describe('getPluginNameFromSlug', () => {
it('should return plugin tiitle', () => {
it('should return plugin title', () => {
const plugins = [
{ slug: 'plugin-a', title: 'Plugin A' },
{ slug: 'plugin-b', title: 'Plugin B' },
Expand Down

0 comments on commit 79eb85b

Please sign in to comment.