Skip to content

Commit 50ef2a4

Browse files
authored
docs: fix a few typos (#690)
1 parent f575ef5 commit 50ef2a4

File tree

1 file changed

+4
-4
lines changed
  • packages/gapic-generator/docs/getting-started

1 file changed

+4
-4
lines changed

packages/gapic-generator/docs/getting-started/bazel.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ available in the ``google/cloud/documentai/v1beta2/`` subdirectory.
6767
Creating the Targets
6868
~~~~~~~~~~~~~~~~~~~~
6969

70-
To build somethign with bazel you need to create the corresponding tagets in
71-
your ``BUIDL.bazel`` file. You can use the Python section of the Document AI
72-
`BUIDL.bazel`_ file as an example:
70+
To build something with bazel you need to create the corresponding targets in
71+
your ``BUILD.bazel`` file. You can use the Python section of the Document AI
72+
`BUILD.bazel`_ file as an example:
7373

7474
.. code-block:: python
7575
@@ -94,7 +94,7 @@ your ``BUIDL.bazel`` file. You can use the Python section of the Document AI
9494
":documentai_py_gapic",
9595
],
9696
)
97-
.. _BUIDL.bazel: https://github.com/googleapis/googleapis/blob/master/google/cloud/documentai/v1beta2/BUILD.bazel
97+
.. _BUILD.bazel: https://github.com/googleapis/googleapis/blob/master/google/cloud/documentai/v1beta2/BUILD.bazel
9898

9999
Compiling an API
100100
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)