File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/gapic-generator/docs/getting-started Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ available in the ``google/cloud/documentai/v1beta2/`` subdirectory.
6767Creating 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
9999Compiling an API
100100~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments