From 4ae703107ba483b7640e8de50a1e7d1aa46a6393 Mon Sep 17 00:00:00 2001 From: Andrei Ivantsov Date: Wed, 23 Apr 2025 12:42:50 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d67f87..6db1e894 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The required components of a system that supports CEL are: For use cases which require persistence or cross-process communcation, it is highly recommended to serialize the type-checked expression as a protocol -buffer. The CEL team will maintains canonical protocol buffers for ASTs and +buffer. The CEL team will maintain canonical protocol buffers for ASTs and will keep these versions identical and wire-compatible in perpetuity: * [CEL canonical](https://github.com/google/cel-spec/tree/master/proto/cel/expr)