From 73e29ea19cb91f1b7c822171996411739dfc6af2 Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Fri, 10 Nov 2023 09:00:07 +0100 Subject: [PATCH] typo (#624) --- docs/sphinx/source/getting-started-pyvespa-cloud.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/getting-started-pyvespa-cloud.ipynb b/docs/sphinx/source/getting-started-pyvespa-cloud.ipynb index 0f59442f..940845fd 100644 --- a/docs/sphinx/source/getting-started-pyvespa-cloud.ipynb +++ b/docs/sphinx/source/getting-started-pyvespa-cloud.ipynb @@ -656,7 +656,7 @@ "\n", "Above, we deployed to Vespa Cloud, and as part of that, generated a data-plane mTLS cert/key pair.\n", "\n", - "his pair can be used to access the dataplane for reads/writes to documents and running queries from many different clients. The following\n", + "This pair can be used to access the dataplane for reads/writes to documents and running queries from many different clients. The following\n", "demonstrates that using the `requests` library." ] },