summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/lib/daemon-rpc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/daemon-rpc.js b/app/lib/daemon-rpc.js
index fb3915e068..163ea170d0 100644
--- a/app/lib/daemon-rpc.js
+++ b/app/lib/daemon-rpc.js
@@ -327,7 +327,7 @@ export class DaemonRpc implements DaemonRpcProtocol {
const validatedObject = validate(RelaySettingsSchema, response);
/* $FlowFixMe:
- There is no way to express the constraints with string literals, i.e:
+ There is no way to express constraints with string literals, i.e:
RelaySettingsSchema constraint:
oneOf(string, object)