mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Correct spelling mistakes. (#1546)
This commit is contained in:
committed by
Daniël Klabbers
parent
cfc89b303d
commit
f7c0c966bf
@@ -75,7 +75,7 @@ export default class Store {
|
||||
* Make a request to the API to find record(s) of a specific type.
|
||||
*
|
||||
* @param {String} type The resource type.
|
||||
* @param {Integer|Integer[]|Object} [id] The ID(s) of the model(s) to retreive.
|
||||
* @param {Integer|Integer[]|Object} [id] The ID(s) of the model(s) to retrieve.
|
||||
* Alternatively, if an object is passed, it will be handled as the
|
||||
* `query` parameter.
|
||||
* @param {Object} [query]
|
||||
|
Reference in New Issue
Block a user