Skip to content

Commit 71d8ad6

Browse files
committed
chore: updated test description
1 parent 2d77d3c commit 71d8ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/types/objects.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ describe('Merge', () => {
197197
});
198198

199199
describe('WithPath', () => {
200-
it('Generate a new type of and object with a specific path', () => {
200+
it('Generate a new type of an object with a specific path', () => {
201201
expectTypeOf<WithPath<{ name: string }, 'job.title'>>().toEqualTypeOf<{
202202
name: string;
203203
job: {

0 commit comments

Comments
 (0)