diff --git a/opentelemetry-instrumentation/README.rst b/opentelemetry-instrumentation/README.rst index df21ce5b3d..f7ad1e8fc1 100644 --- a/opentelemetry-instrumentation/README.rst +++ b/opentelemetry-instrumentation/README.rst @@ -24,7 +24,7 @@ This package provides a couple of commands that help automatically instruments a pip install opentelemetry-distro[otlp] - When creating a custom distro and/or configurator, be sure to add entry points for each under `opentelemetry_distro` and `opentelemetry_configurator` respectfully. + When creating a custom distro and/or configurator, be sure to add entry points for each under `opentelemetry_distro` and `opentelemetry_configurator` respectively. If you have entry points for multiple distros or configurators present in your environment, you should specify the entry point name of the distro and configurator you want to be used via the `OTEL_PYTHON_DISTRO` and `OTEL_PYTHON_CONFIGURATOR` environment variables.