Browse Source

Fix typo in TRACING.md

Rory Hunter 3 years ago
parent
commit
259d2e0b1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TRACING.md

+ 1 - 1
TRACING.md

@@ -45,7 +45,7 @@ For context, the APM agent pulls configuration from [multiple
 sources][agent-config], with a hierarchy that means, for example, that options
 set in the config file cannot be overridden via system properties.
 
-Now, in order to send tracing data to the APM server, ES needs to configured with
+Now, in order to send tracing data to the APM server, ES needs to be configured with
 either a `secret_key` or an `api_key`. We could configure these in the agent via
 system properties, but then their values would be available to any Java code in
 Elasticsearch that can read system properties.