Skip to content

Commit 0712094

Browse files
axnsan12carltongibson
authored andcommitted
Fix typo in HostNameVersioning doc (#5709)
1 parent 7e2cca2 commit 0712094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ By default this implementation expects the hostname to match this simple regular
183183

184184
Note that the first group is enclosed in brackets, indicating that this is the matched portion of the hostname.
185185

186-
The `HostNameVersioning` scheme can be awkward to use in debug mode as you will typically be accessing a raw IP address such as `127.0.0.1`. There are various online services which you to [access localhost with a custom subdomain][lvh] which you may find helpful in this case.
186+
The `HostNameVersioning` scheme can be awkward to use in debug mode as you will typically be accessing a raw IP address such as `127.0.0.1`. There are various online tutorials on how to [access localhost with a custom subdomain][lvh] which you may find helpful in this case.
187187

188188
Hostname based versioning can be particularly useful if you have requirements to route incoming requests to different servers based on the version, as you can configure different DNS records for different API versions.
189189

0 commit comments

Comments
 (0)