Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rani committed May 3, 2022
1 parent 828ba9e commit f2ea45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/utils_test.js
Expand Up @@ -1093,7 +1093,7 @@ describe("utils", () => {
});
});

it("should not create empty objects a default value", () => {
it("should not create empty objects as the default value", () => {
const schema = {
type: "object",
required: [],
Expand Down

0 comments on commit f2ea45a

Please sign in to comment.