From e47401768f47bb673c82e45feef6749225513c81 Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Tue, 20 Feb 2024 08:45:59 -0500 Subject: [PATCH] fix changeset Signed-off-by: aramissennyeydd --- .changeset/violet-lobsters-unite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/violet-lobsters-unite.md b/.changeset/violet-lobsters-unite.md index 509e23fb9f..9541e5f08b 100644 --- a/.changeset/violet-lobsters-unite.md +++ b/.changeset/violet-lobsters-unite.md @@ -2,4 +2,4 @@ '@backstage/repo-tools': minor --- -Adds two new commands, `repo schema openapi fuzz` and `package schema openapi fuzz` for fuzzing your plugins documented with OpenAPI. This can help find bugs in your application code through the use of autogenerated schema-compliant inputs. For more information on the underlying library this leverages, take a look at [the docs](https://schemathesis.readthedocs.io/en/stable/index.html). +Adds two new commands, `repo schema openapi fuzz` and `package schema openapi fuzz` for fuzzing your plugins documented with OpenAPI. This can help find bugs in your application code through the use of auto-generated schema-compliant inputs. For more information on the underlying library this leverages, take a look at [the docs](https://schemathesis.readthedocs.io/en/stable/index.html).