Skip to content

Commit

Permalink
docs: adds missing type to PublicAPI#entry
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Nov 27, 2018
1 parent 6b26da4 commit 92d4833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PublicAPI.ts
Expand Up @@ -781,7 +781,7 @@ export default class PublicAPI extends Core {
* await show(entry);
*
* @param {string} model name of the model for which the list should be loaded
* @param {string} id the entry id
* @param {string | filterOptions} id the entry id
* @param {number|object?} options options for this entry. can be _levels, _fields or number for
* levels directly request
* @returns {Promise<EntryResource>} Promise resolving to EntryResource
Expand Down

0 comments on commit 92d4833

Please sign in to comment.