1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-03-29 00:58:09 -04:00

fix minor typo

Fixes the Progressive Web App configuration doc comment which has a typo in the word Progressive.
This commit is contained in:
Derrick Oswald 2023-09-29 08:11:49 +02:00
parent bd4b4233bf
commit 5f3fb954d8
2 changed files with 2 additions and 2 deletions
veilid-core/src
veilid-python/veilid/schema

@ -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...
///

@ -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",