diff --git a/website/source/docs/agent/config.html.md b/website/source/docs/agent/config.html.md
index cba8b76a1..f931dbac1 100644
--- a/website/source/docs/agent/config.html.md
+++ b/website/source/docs/agent/config.html.md
@@ -182,7 +182,7 @@ configured on client nodes.
as a permanent intent and does not attempt to join the cluster again when
starting. This flag allows the previous state to be used to rejoin the
cluster.
- * `retry_join` Similar to [`start_join`](#_start_join) but allows retrying a join
+ * `retry_join` Similar to [`start_join`](#start_join) but allows retrying a join
if the first attempt fails. This is useful for cases where we know the
address will become available eventually.
* `retry_interval` The time to wait between join attempts. Defaults to 30s.