Skip to content

Commit 6fb8f72

Browse files
Amir Tockertocker
authored andcommitted
Fix typos
1 parent 2716130 commit 6fb8f72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/uploader_spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ describe "uploader", ->
393393
done()
394394
true
395395

396-
it "should support requesting ocr anlysis", ->
396+
it "should support requesting ocr analysis", ->
397397
cloudinary.v2.uploader.upload IMAGE_FILE, ocr: "adv_ocr", tags: UPLOAD_TAGS, (error, result) ->
398398
expect(result.info.ocr).to.have.key("adv_ocr")
399399

test/utils_spec.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ describe "utils", ->
111111
it "should support url_suffix for raw uploads" , ->
112112
test_cloudinary_url("test", {url_suffix:"hello", private_cdn:true, resource_type:'raw'}, "http://#{cloud_name}-res.cloudinary.com/files/test/hello", {})
113113

114-
it "should support url_suffix for raw uploads" , ->
114+
it "should support url_suffix for video uploads" , ->
115115
test_cloudinary_url("test", {url_suffix:"hello", private_cdn:true, resource_type:'video'}, "http://#{cloud_name}-res.cloudinary.com/videos/test/hello", {})
116116

117-
it "should support url_suffix for raw uploads" , ->
117+
it "should support url_suffix for authenticated uploads" , ->
118118
test_cloudinary_url("test", {url_suffix:"hello", private_cdn:true, type:'authenticated'}, "http://#{cloud_name}-res.cloudinary.com/authenticated_images/test/hello", {})
119119

120120
it "should support use_root_path in shared distribution" , ->

0 commit comments

Comments
 (0)