From 5f3fb954d8ce74a0a2b766f51a70a4342f06dea6 Mon Sep 17 00:00:00 2001 From: Derrick Oswald Date: Fri, 29 Sep 2023 08:11:49 +0200 Subject: [PATCH] fix minor typo Fixes the Progressive Web App configuration doc comment which has a typo in the word Progressive. --- veilid-core/src/veilid_config.rs | 2 +- veilid-python/veilid/schema/RecvMessage.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/veilid-core/src/veilid_config.rs b/veilid-core/src/veilid_config.rs index 505151b6..d74c3a8c 100644 --- a/veilid-core/src/veilid_config.rs +++ b/veilid-core/src/veilid_config.rs @@ -46,7 +46,7 @@ pub struct VeilidConfigHTTP { /// Application configuration /// -/// Configure web access to the Prograssive Web App (PWA) +/// Configure web access to the Progressive Web App (PWA) /// /// To be implemented... /// diff --git a/veilid-python/veilid/schema/RecvMessage.json b/veilid-python/veilid/schema/RecvMessage.json index a0dbbd3a..f4dcf69c 100644 --- a/veilid-python/veilid/schema/RecvMessage.json +++ b/veilid-python/veilid/schema/RecvMessage.json @@ -3176,7 +3176,7 @@ ] }, "VeilidConfigApplication": { - "description": "Application configuration\n\nConfigure web access to the Prograssive Web App (PWA)\n\nTo be implemented...", + "description": "Application configuration\n\nConfigure web access to the Progressive Web App (PWA)\n\nTo be implemented...", "type": "object", "required": [ "http",