diff --git a/src/content/cli-wrangler/configuration.md b/src/content/cli-wrangler/configuration.md
index 2cb0a590..eabd855f 100644
--- a/src/content/cli-wrangler/configuration.md
+++ b/src/content/cli-wrangler/configuration.md
@@ -54,7 +54,7 @@ Keys to configure per project in your `wrangler.toml`.
- This is a boolean flag that specifies if your worker will be deployed to your [workers.dev](https://workers.dev) subdomain. If omitted defaults to false.
- `route` not inherited optional
- - A list of routes you’d like to use your worker on. These follow exactly the same rules a `route`, but you can specify a list of them.
`routes = ["http://example.com/hello", "http://example.com/goodbye"]` One key of `route`OR `routes` is only if you are not using a [workers.dev](https://workers.dev) subdomain.
+ - A route, specificied by URL pattern, on your zone that you would like to run your Worker on.
`route = "http://example.com/*"`. One key of `route` OR `routes` is only if you are not using a [workers.dev](https://workers.dev) subdomain.
- `routes` not inherited optional
- A list of routes you’d like to use your worker on. These follow exactly the same rules a `route`, but you can specify a list of them.
`routes = ["http://example.com/hello", "http://example.com/goodbye"]` One key of `route`OR `routes` is only if you are not using a [workers.dev](https://workers.dev) subdomain.