From 26d3d8e4736b39f305ced3ab58d7a76a60b92951 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 29 Aug 2022 01:13:57 -0700 Subject: [PATCH] stupid typo --- xmrnodes/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmrnodes/templates/index.html b/xmrnodes/templates/index.html index f0f7a9a..af44227 100644 --- a/xmrnodes/templates/index.html +++ b/xmrnodes/templates/index.html @@ -44,7 +44,7 @@

{% if web_compatible %} - Web compatible means the node is run on such a way that it allows web clients to access their APIs (CORS headers allow all and secure HTTP / TLS terminated). + Web compatible means the node is run in such a way that it allows web clients to access their APIs (CORS headers allow all and secure HTTP / TLS terminated).
The more nodes there are running with these settings the more robust web clients will be in the future.