Skip to content

Commit

Permalink
docs: fix a few typos (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Nov 9, 2020
1 parent 225ba19 commit 2716838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/bazel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 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:

.. code-block:: python
Expand All @@ -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
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 2716838

Please sign in to comment.