Skip to content

Commit

Permalink
fix(docs): fix documentation example for parEntries
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Sep 9, 2016
1 parent 27ddf90 commit a9c47fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/create-contentful-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ export default function createContentfulApi ({http, shouldLinksResolve}) {
* @param {Object} data json data represting collection of entries
* @example
* <pre>
* let data = {};
* const data = {items: [
* let data = {items: [
* {
* sys: {type: 'Entry', locale: 'en-US'},
* fields: {
Expand Down

0 comments on commit a9c47fc

Please sign in to comment.