From e2b3726917a4b901c9c23207f7a873b26ee726a8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 29 Jul 2025 12:13:49 +0200 Subject: [PATCH] Update .changeset/quiet-parks-cheer.md Co-authored-by: Ben Lambert Signed-off-by: Patrik Oldsberg --- .changeset/quiet-parks-cheer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/quiet-parks-cheer.md b/.changeset/quiet-parks-cheer.md index 335db347de..31e1ff8435 100644 --- a/.changeset/quiet-parks-cheer.md +++ b/.changeset/quiet-parks-cheer.md @@ -39,4 +39,4 @@ const example = ExampleBlueprint.make({ }); ``` -This `define => define()` is also known as the "callback syntax" and is is required if a blueprint is created with the new `defineParams` option. The callback syntax can also optionally be used for other blueprints too, which means that it is not a breaking change to remove the `defineParams` option, as long as the external parameter types remain compatible. +This `define => define()` is also known as the "callback syntax" and is required if a blueprint is created with the new `defineParams` option. The callback syntax can also optionally be used for other blueprints too, which means that it is not a breaking change to remove the `defineParams` option, as long as the external parameter types remain compatible.