Skip to content

Commit f79a2e4

Browse files
authored
Fix: Correct capitalization of GitHub (#1761)
I corrected improper capitalization of "GitHub" in documentation and workflow files. Changes were made in: - .github/workflows/ci.yaml - RELEASE.md - .kokoro/build.bat
1 parent 4340841 commit f79a2e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# Github action job to test core java library features on
14+
# GitHub action job to test core java library features on
1515
# downstream client libraries before they are released.
1616
on:
1717
push:

.kokoro/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
:: See the License for the specific language governing permissions and
1313
:: limitations under the License.
14-
:: Github action job to test core java library features on
14+
:: GitHub action job to test core java library features on
1515
:: downstream client libraries before they are released.
1616
:: See documentation in type-shell-output.bat
1717

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Central](https://repo1.maven.org/maven2/com/google/auth/google-auth-library-pare
8888
* In our case, `com.google.auth`
8989
* Click on the repository and check for errors
9090
* Submit the pull request to bump the version numbers
91-
* Update Javadoc on Github using `scripts/update_javadoc.sh`.
91+
* Update Javadoc on GitHub using `scripts/update_javadoc.sh`.
9292
* Run `releasetool tag` to create the GitHub release.
9393
* Run `releasetool start` to bump the next snapshot version. Select "snapshot" when prompted for
9494
the release type. This will bump the artifact versions and create a pull request.

0 commit comments

Comments
 (0)