Skip to content

Commit

Permalink
refactor(data): rename @params to @param to remove jsdoc warning (#1817)
Browse files Browse the repository at this point in the history
Closes #1812
  • Loading branch information
santoshyadavdev authored and brandonroberts committed May 5, 2019
1 parent 18f382b commit e1fae9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/data/src/dispatchers/entity-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export interface EntityServerCommands<T> {
* Dispatch action to query remote storage for the entities that satisfy a query expressed
* with either a query parameter map or an HTTP URL query string,
* and merge the results into the cached collection.
* @params queryParams the query in a form understood by the server
* @param queryParams the query in a form understood by the server
* @param [options] options that influence merge behavior
* @returns A terminating Observable of the queried entities
* after server reports successful query or the query error.
Expand Down
2 changes: 1 addition & 1 deletion modules/data/src/dispatchers/entity-dispatcher-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export class EntityDispatcherBase<T> implements EntityDispatcher<T> {
* Dispatch action to query remote storage for the entities that satisfy a query expressed
* with either a query parameter map or an HTTP URL query string,
* and merge the results into the cached collection.
* @params queryParams the query in a form understood by the server
* @param queryParams the query in a form understood by the server
* @returns A terminating Observable of the queried entities
* after server reports successful query or the query error.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export class EntityCollectionServiceBase<
* Dispatch action to query remote storage for the entities that satisfy a query expressed
* with either a query parameter map or an HTTP URL query string,
* and merge the results into the cached collection.
* @params queryParams the query in a form understood by the server
* @param queryParams the query in a form understood by the server
* @param [options] options that influence merge behavior
* @returns Observable of the queried entities
* after server reports successful query or the query error.
Expand Down

0 comments on commit e1fae9e

Please sign in to comment.