From 96d7cd6164fea8b0346afb0939074ae2900aa87e Mon Sep 17 00:00:00 2001 From: Steve Rao Date: Sun, 12 Nov 2023 00:32:32 +0800 Subject: [PATCH] docs: fixed some spelling problems in documents. (#9845) --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 501711ccac..6fc1351d76 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ contact_links: - - name: GitHib Discussions + - name: GitHub Discussions url: https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/new/choose about: Please ask questions here. - name: StackOverflow diff --git a/README.md b/README.md index b655415bc6..5fc5c9a687 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This repository also publishes standalone instrumentation for several libraries that can be used if you prefer that over using the Java agent. Please see the standalone library instrumentation column on [Supported Libraries](docs/supported-libraries.md#libraries--frameworks). -if you are looking for documentation on using those. +If you are looking for documentation on using those. ## Getting Started