Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix a few typos #690

Merged
merged 2 commits into from
Nov 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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