From 5ffa7a918e2a287a8ecb8e44b0d3ef249ef5acc1 Mon Sep 17 00:00:00 2001 From: oclyke Date: Tue, 29 Apr 2025 17:00:43 -0700 Subject: [PATCH] docs(README.md): simplify wording of root cert inclusion comment Correcting wrong usage of "manor" instead of "manner" and removing redundant "also" which is already suggested by trailing "as well". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4df8eb..60318d7 100644 --- a/README.md +++ b/README.md @@ -198,4 +198,4 @@ table = client.query( print(table.to_pandas()) ``` -You may also include your own root certificate via this manor aswell. +You may include your own root certificate in this manner as well.