Skip to content

Commit c1f2e42

Browse files
committed
chore: [skip ci] typos
1 parent 17a8fa7 commit c1f2e42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
build-scan-publish: ${{ env.ciBuildScanPublish }}
9292
build-scan-terms-of-use-url: ${{ env.ciBuildScanTermsOfUseUrl }}
9393
build-scan-terms-of-use-agree: ${{ env.ciBuildScanTermsOfUseAgree }}
94-
- name: "📤 Publish Gradle Snapshot Artifacts"
94+
- name: "📤 Publish Snapshot Artifacts"
9595
env:
9696
GRAILS_PUBLISH_RELEASE: 'false'
9797
MAVEN_PUBLISH_URL: 'https://central.sonatype.com/repository/maven-snapshots/'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Maven Central](https://img.shields.io/maven-central/v/org.grails.plugins/grails-server-timing)](https://central.sonatype.com/artifact/org.grails.plugins/grails-server-timing)
44
[![License](https://img.shields.io/github/license/grails-plugins/grails-server-timing)](https://www.apache.org/licenses/LICENSE-2.0)
55
[![CI](https://github.com/grails-plugins/grails-server-timing/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/grails-plugins/grails-server-timing/actions/workflows/ci.yml)
6-
[![Coverage](https://github.com/grails-plugins/grails-server-timing/actions/workflows/coverage.yml/badge.svg?event=push)](https://github.com/grails-plugins/grails-server-timing/actions/workflows/coverage.yml)
6+
[![Coverage](https://github.com/grails-plugins/grails-server-timing/actions/workflows/code-coverage.yml/badge.svg?event=push)](https://github.com/grails-plugins/grails-server-timing/actions/workflows/code-coverage.yml)
77

88
A Grails plugin that injects [Server Timing](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Server-Timing)
99
HTTP headers into responses, implementing the [W3C Server Timing specification](https://w3c.github.io/server-timing/).

0 commit comments

Comments
 (0)