From e2ac5bafb4fd0bdf234f428a9598543950534fdb Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Mon, 24 Feb 2025 13:23:56 -0500 Subject: [PATCH] Add missing space to README (#316) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af774be..c8eb925 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ The key components include: constraints at both the field and message level. - [**Error Handling**](https://github.com/bufbuild/protovalidate/blob/main/docs/README.md#errors): When a violation - occurs, `protovalidate`provides + occurs, `protovalidate` provides detailed error information to help you quickly identify the source and fix for an issue.