diff --git a/content/en/docs/Guides/config/_index.md b/content/en/docs/Guides/config/_index.md index a082bed3..fb0c04dd 100644 --- a/content/en/docs/Guides/config/_index.md +++ b/content/en/docs/Guides/config/_index.md @@ -56,7 +56,7 @@ th { -http-allow-origin Value to set for Access-Control-Allow-Origin HTTP header. -

You usually need to set this if if you're using a browser-based application to interfact with rqlite. You should set it to the the website that is serving the browser-based application e.g. http-allow-origin="https://example.com". +

You usually need to set this if if you're using a browser-based application to interact with rqlite. You should set it to the the website that is serving the browser-based application e.g. http-allow-origin="https://example.com". @@ -74,7 +74,7 @@ th { -http-ca-cert Path to X.509 CA certificate for HTTPS. -

If this value is set rqlite will use this CA certificate to validate any other X509 certficate presented to it, if the node needs to contact another node's HTTP API. It also uses this CA to verify any X509 certificates presented to it by clients connecting to its HTTPS API. +

If this value is set rqlite will use this CA certificate to validate any other X509 certificate presented to it, if the node needs to contact another node's HTTP API. It also uses this CA to verify any X509 certificates presented to it by clients connecting to its HTTPS API. @@ -140,7 +140,7 @@ th { -raft-addr Raft communication bind address. -

This is the interace rqlite will listen on for connections from other node, as part of managing Raft consensus. 0.0.0.0 is an acceptable address and will mean that `rqlite` will listen on all interfaces. +

This is the interface rqlite will listen on for connections from other node, as part of managing Raft consensus. 0.0.0.0 is an acceptable address and will mean that `rqlite` will listen on all interfaces. @@ -152,7 +152,7 @@ th { -join Comma-delimited list of nodes, in host:port form, through which a cluster can be joined. -

The node will try each join addresss, one after the other, until one succeeds or the join-attempt limit is reached. +

The node will try each join address, one after the other, until one succeeds or the join-attempt limit is reached. @@ -248,7 +248,7 @@ th { -raft-snap-int Snapshot threshold check interval. -

This controls how often the Raft subsystem will check if snapshotting is required, either due to the number of oustanding log entries, or due to WAL size. +

This controls how often the Raft subsystem will check if snapshotting is required, either due to the number of outstanding log entries, or due to WAL size.