Skip to content

Commit

Permalink
Merge pull request #84 from fson/patch-1
Browse files Browse the repository at this point in the history
Fix the type of Asset fileName in the docs
  • Loading branch information
Khaledgarbaya authored Aug 29, 2016
2 parents b4d3977 + a6e07f0 commit 10e3233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entities/asset.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import freezeSys from 'contentful-sdk-core/freeze-sys'
* @prop {string} fields.title - Title for this asset
* @prop {string} fields.description - Description for this asset
* @prop {Object} fields.file - File object for this asset
* @prop {Object} fields.file.fileName - Name for the file
* @prop {string} fields.file.fileName - Name for the file
* @prop {string} fields.file.contentType - Mime type for the file
* @prop {string} fields.file.url - Url where the file is available at.
* @prop {Object} fields.file.details - Details for the file, depending on file type (example: image size in bytes, etc)
Expand Down

0 comments on commit 10e3233

Please sign in to comment.