From 2271c883594a5ecef8d72690889717bd48c314a1 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Wed, 2 Oct 2024 22:42:38 +0300 Subject: [PATCH] Fix typos --- utoipa/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utoipa/CHANGELOG.md b/utoipa/CHANGELOG.md index 2e99e326..99713341 100644 --- a/utoipa/CHANGELOG.md +++ b/utoipa/CHANGELOG.md @@ -324,7 +324,7 @@ * Bump rocket to v0.5.0-rc.3 (https://github.com/juhaku/utoipa/pull/577) * feat: Allow default value on Content::examples (https://github.com/juhaku/utoipa/pull/579) * Allow value_type serde_json::Value (https://github.com/juhaku/utoipa/pull/568) -* Rename AdditionalProperites->AdditionalProperties (https://github.com/juhaku/utoipa/pull/564) +* Rename AdditionalProperties (https://github.com/juhaku/utoipa/pull/564) * Cargo format * Update utoipa-swagger-ui version