Skip to content

Commit 33f0fd2

Browse files
chore: fix minor typos in README and pom templates (#1479) (#894)
Source-Link: googleapis/synthtool@18d4e9b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
1 parent 995f728 commit 33f0fd2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

java-errorreporting/.github/.OwlBot.lock.yaml

+2-2
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-errorreporting/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Java idiomatic client for [Error Reporting][product-docs].
1414

1515
## Quickstart
1616

17-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
17+
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1818

1919
```xml
2020
<dependencyManagement>
@@ -68,23 +68,23 @@ If you are using Maven without BOM, add this to your dependencies:
6868

6969
```
7070

71-
If you are using Gradle 5.x or later, add this to your dependencies
71+
If you are using Gradle 5.x or later, add this to your dependencies:
7272

7373
```Groovy
7474
implementation platform('com.google.cloud:libraries-bom:25.4.0')
7575
7676
implementation 'com.google.cloud:google-cloud-errorreporting'
7777
```
78-
If you are using Gradle without BOM, add this to your dependencies
78+
If you are using Gradle without BOM, add this to your dependencies:
7979

8080
```Groovy
81-
implementation 'com.google.cloud:google-cloud-errorreporting:0.123.3-beta'
81+
implementation 'com.google.cloud:google-cloud-errorreporting:0.123.4-beta'
8282
```
8383

84-
If you are using SBT, add this to your dependencies
84+
If you are using SBT, add this to your dependencies:
8585

8686
```Scala
87-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.123.3-beta"
87+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.123.4-beta"
8888
```
8989

9090
## Authentication

0 commit comments

Comments
 (0)