[DOC] improve changelog

This commit is contained in:
Géry Debongnie
2022-02-04 14:00:28 +01:00
committed by Aaron Bohy
parent 960808aeb2
commit ea2ccc5a03
3 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ describe("default props", () => {
}
expect(error!).toBeDefined();
expect(error!.message).toBe(
"A default value cannot be defined for a mandatory prop (name: 'mandatory', component: Child"
"A default value cannot be defined for a mandatory prop (name: 'mandatory', component: Child)"
);
});
});