From 5f228568f827e4ae2c7e9e4df7c8b74d0c85da09 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Fri, 6 Nov 2020 17:16:24 -0800 Subject: [PATCH 1/2] docs: fix a few typos --- docs/getting-started/bazel.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/bazel.rst b/docs/getting-started/bazel.rst index 428b43ed95..9f7d39fd35 100644 --- a/docs/getting-started/bazel.rst +++ b/docs/getting-started/bazel.rst @@ -67,9 +67,9 @@ available in the ``google/cloud/documentai/v1beta2/`` subdirectory. Creating the Targets ~~~~~~~~~~~~~~~~~~~~ -To build somethign with bazel you need to create the corresponding tagets in -your ``BUIDL.bazel`` file. You can use the Python section of the Document AI -`BUIDL.bazel`_ file as an example: +To build somethign with bazel you need to create the corresponding targets in +your ``BUILD.bazel`` file. You can use the Python section of the Document AI +`BUILD.bazel`_ file as an example: .. code-block:: python @@ -94,7 +94,7 @@ your ``BUIDL.bazel`` file. You can use the Python section of the Document AI ":documentai_py_gapic", ], ) -.. _BUIDL.bazel: https://github.com/googleapis/googleapis/blob/master/google/cloud/documentai/v1beta2/BUILD.bazel +.. _BUILD.bazel: https://github.com/googleapis/googleapis/blob/master/google/cloud/documentai/v1beta2/BUILD.bazel Compiling an API ~~~~~~~~~~~~~~~~ From ed3052f6398177cb8710b8a4dd1b960381a764d2 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Fri, 6 Nov 2020 17:17:44 -0800 Subject: [PATCH 2/2] docs: fix a few typos --- docs/getting-started/bazel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/bazel.rst b/docs/getting-started/bazel.rst index 9f7d39fd35..1e67bfa045 100644 --- a/docs/getting-started/bazel.rst +++ b/docs/getting-started/bazel.rst @@ -67,7 +67,7 @@ available in the ``google/cloud/documentai/v1beta2/`` subdirectory. Creating the Targets ~~~~~~~~~~~~~~~~~~~~ -To build somethign with bazel you need to create the corresponding targets in +To build something with bazel you need to create the corresponding targets in your ``BUILD.bazel`` file. You can use the Python section of the Document AI `BUILD.bazel`_ file as an example: