Skip to content

Commit b68fc3b

Browse files
chore: fix minor typos in README and pom templates (#1479) (#274)
Source-Link: googleapis/synthtool@18d4e9b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1cfcdc0 commit b68fc3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-api-gateway/.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
17-
# created: 2022-06-29T23:17:33.110417661Z
16+
digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
17+
# created: 2022-07-07T14:26:11.880812641Z

java-api-gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ If you are using Maven, add this to your pom.xml file:
2323
</dependency>
2424
```
2525

26-
If you are using Gradle without BOM, add this to your dependencies
26+
If you are using Gradle without BOM, add this to your dependencies:
2727

2828
```Groovy
2929
implementation 'com.google.cloud:google-cloud-api-gateway:2.3.0'
3030
```
3131

32-
If you are using SBT, add this to your dependencies
32+
If you are using SBT, add this to your dependencies:
3333

3434
```Scala
3535
libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.3.0"

0 commit comments

Comments
 (0)