docs: import hook fileEnding has leading period

This commit is contained in:
Richard Hansen 2021-11-06 01:05:55 -04:00
parent 088fb14784
commit 87a490d456

View file

@ -818,7 +818,8 @@ function elected to convert the document to HTML.
Context properties:
* `destFile`: The destination HTML filename.
* `fileEnding`: The lower-cased filename extension from `srcFile`.
* `fileEnding`: The lower-cased filename extension from `srcFile` **with leading
period** (examples: `'.docx'`, `'.html'`, `'.etherpad'`).
* `padId`: The identifier of the destination pad.
* `srcFile`: The document to convert.