From abafae9d7b9949afe5f4a025ec11beba0627044a Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Thu, 14 Sep 2023 10:12:41 +0200 Subject: [PATCH] Fix typo in plugin-API Readme (#3322) --- apm-agent-plugins/apm-api-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-agent-plugins/apm-api-plugin/README.md b/apm-agent-plugins/apm-api-plugin/README.md index 1670d7f4d3..199c7c45ee 100644 --- a/apm-agent-plugins/apm-api-plugin/README.md +++ b/apm-agent-plugins/apm-api-plugin/README.md @@ -19,7 +19,7 @@ as the API could end up twice on the classpath. The consequence is that neither the API nor the agent can access each other's classes. -That's why yhe API module (`apm-agent-api`) users declare a dependency on is implemented as a noop. +That's why the API module (`apm-agent-api`) users declare a dependency on is implemented as a noop. If the agent is active (`-javaagent` JVM flag set),