docs: consistent capitalization of WebDAV, DLNA, HTTP

This commit is contained in:
albertony
2022-06-19 18:59:54 +02:00
parent ee87e919c5
commit bc70a95fca
12 changed files with 25 additions and 25 deletions

View File

@@ -35,11 +35,11 @@ var (
func init() {
fsi := &fs.RegInfo{
Name: "http",
Description: "http Connection",
Description: "HTTP Connection",
NewFs: NewFs,
Options: []fs.Option{{
Name: "url",
Help: "URL of http host to connect to.\n\nE.g. \"https://example.com\", or \"https://user:pass@example.com\" to use a username and password.",
Help: "URL of HTTP host to connect to.\n\nE.g. \"https://example.com\", or \"https://user:pass@example.com\" to use a username and password.",
Required: true,
}, {
Name: "headers",