Skip to content

Commit f1868b9

Browse files
committed
Merge pull request mailru#366 from pra85/patch-1
Fix typos
2 parents d661098 + 5191f79 commit f1868b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ FileAPI.Camera.publish(el, function (err, cam/**FileAPI.Camera*/){
10131013
10141014
<a name="FileAPI.each"></a>
10151015
### FileAPI.each(obj`:Object|Array`, callback`:Function`[, thisObject`:Mixed`])`:void`
1016-
Iterate over a object or array, executing a function for each matched element.
1016+
Iterate over an object or array, executing a function for each matched element.
10171017
10181018
* obj — array or object
10191019
* callback — a function to execute for each element.
@@ -1082,7 +1082,7 @@ Support dataURI as src for image.
10821082
10831083
<a name="FileAPI.support.chunked"></a>
10841084
### FileAPI.support.chunked`:Boolean`
1085-
Support chuncked upload.
1085+
Support chunked upload.
10861086
10871087
---
10881088

0 commit comments

Comments
 (0)