doc/lua-filters.md: fixed typos in mediabag docs.

This commit is contained in:
Albert Krewinkel 2019-02-16 12:11:58 +01:00
parent 331d6224a1
commit b11ad32605
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -2444,7 +2444,7 @@ Usage:
`lookup (filepath)`
Lookup a media item in the media bag, returning mime type
Lookup a media item in the media bag, and return its MIME type
and contents.
Parameters:
@ -2454,7 +2454,7 @@ Parameters:
Returns:
- the entries MIME type, or nil if the file was not found.
- the entry's MIME type, or nil if the file was not found.
- contents of the file, or nil if the file was not found.
Usage:
@ -2467,7 +2467,7 @@ Usage:
`fetch (source, base_url)`
Fetches the given source from a URL or local file. Returns
two values: the contents of the file and the mime type (or
two values: the contents of the file and the MIME type (or
an empty string).
Returns: