Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs(options): typos
Browse files Browse the repository at this point in the history
[skip ci]
#1526
  • Loading branch information
rnicholus committed Mar 22, 2016
1 parent 1f53e80 commit 6b6456a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/options.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ alert("The `chunking.success.endpoint` option **only** applies to traditional up
{{ api_parent_option("extraButtons", "extraButtons", "This must contain an array of objects. Each object will describe an “extra” button that Fine Uploader will track along with the default upload button. Each button object can contain the following properties:",
(
("extraButtons.element", "element", "REQUIRED: The container element for the upload button.", "HTMLElement", "undefined",),
("extraButtons.fileInputTitle", "fileInputTitle", "This value will be used when creating the `title` attribute for the underlying `<input type=\"file\">`. If not provided, the [`text.fileInputTitle` option](#text.fileInputTitle) will be used instead.", "Boolean", "false",),
("extraButtons.fileInputTitle", "fileInputTitle", "This value will be used when creating the `title` attribute for the underlying `<input type=\"file\">`. If not provided, the [`text.fileInputTitle` option](#text.fileInputTitle) will be used instead.", "String", "file input",),
("extraButtons.folders", "folders", "`true` to allow folders to be selected, `false` to allow files to be selected. See the browser support page for details regarding the limited user agent support for this feature.", "Boolean", "false",),
("extraButtons.multiple", "multiple", "Specify to override the default `multiple` value.", "Boolean", "true",),
("extraButtons.validation", "validation", "Specify to override the default `validation` option specified. Any `validation` properties not specified will be inherited from the default `validation` option.", "Object", "`validation`",),
Expand Down Expand Up @@ -211,7 +211,7 @@ alert("The `chunking.success.endpoint` option **only** applies to traditional up
{{ api_parent_option("text", "text", "",
(
("text.defaultResponseError", "defaultResponseError", "In the event of non-200 response from the server sans the 'error' property, this message will be passed to the 'error' event handler.", "String", "Upload failure reason unknown",),
("text.fileInputTitle", "fileInputTitle", "The value for the `title` attribute attached to the `<input type=\"file\">` maintained by Fine Uploader for each upload button. This is used as hover text, among other things.``", "String", "file input",),
("text.fileInputTitle", "fileInputTitle", "The value for the `title` attribute attached to the `<input type=\"file\">` maintained by Fine Uploader for each upload button. This is used as hover text, among other things.", "String", "file input",),
("text.sizeSymbols", "sizeSymbols", "Symbols used to represent file size, in ascending order.", "Array", "['kB', 'MB', 'GB', 'TB', 'PB', 'EB']",),
)
)
Expand Down

0 comments on commit 6b6456a

Please sign in to comment.