Skip to content

Commit 0e759eb

Browse files
committed
📚 Fix description grammar (#2446)
1 parent 18c27bb commit 0e759eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/lib/utils/authorship.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe('Logged-in user id', () => {
111111
});
112112
});
113113

114-
describe('when userId and authorId are not same ', () => {
114+
describe('when userId and authorId are not the same', () => {
115115
const testCases = [
116116
{ userId: adminId, authorId: userId1 },
117117
{ userId: userId1, authorId: adminId },

0 commit comments

Comments
 (0)