From a66a3782802a1088c775a6b29adb15fa0235e1f1 Mon Sep 17 00:00:00 2001 From: "Bob \"Wombat\" Hogg" Date: Wed, 9 Nov 2022 13:01:10 -0500 Subject: [PATCH] docs: Fix typo in index.rst (#342) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index f12b7e7c..d94608dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,7 +4,7 @@ Proto Plus for Python Beautiful, Pythonic protocol buffers. This library provides a clean, readable, straightforward pattern for -declaraing messages in `protocol buffers`_. It provides a wrapper around +declaring messages in `protocol buffers`_. It provides a wrapper around the official implementation, so that using messages feels natural while retaining the power and flexibility of protocol buffers.