Refactor the proxying docs so the paragraph structure makes more sense

This commit is contained in:
Dominik Henneke
2020-11-26 16:14:42 +01:00
parent 3619ea4c47
commit 1b7a9d7317
2 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
export interface Config {
/**
* A list of forwarding-proxies. Each key is a route to match,
* below the prefix that the proxy plugin is mounted on. I must
* below the prefix that the proxy plugin is mounted on. It must
* start with a '/'.
*/
proxy: { [key: string]: string | ProxyConfig };