diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 0d109d148c..74f6c8a42a 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -1732,7 +1732,7 @@ end | --- | ----------- | ------- | | `distributed_tracing` | Enables [distributed tracing](#distributed-tracing) so that this service trace is connected with a trace of another service if tracing headers are received | `true` | | `request_queuing` | Track HTTP request time spent in the queue of the frontend server. See [HTTP request queuing](#http-request-queuing) for setup details. | `false` | -| `web_service_name` | Service name for frontend server request queuing spans. (e.g. `'nginx'`) | `'web-server'` | +| `web_service_name` | Service name for frontend server request queuing spans. (such as `'nginx'`) | `'web-server'` | | `middleware` | Add the trace middleware to the Rails application. Set to `false` if you don't want the middleware to load. | `true` | | `middleware_names` | Enables any short-circuited middleware requests to display the middleware name as a resource for the trace. | `false` | | `service_name` | Service name used when tracing application requests (on the `rack` level) | `''` (inferred from your Rails application namespace) |