Skip to content

Commit 7af5345

Browse files
authored
Merge pull request #4665 from MarvinCorro/consistant_naming
fixing naming in docs to match the actual definition in apiState
2 parents 77fb33d + d97ec8e commit 7af5345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/api/created-api/hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ type UseMutationResult<T> = {
335335
data?: T // Returned result if present
336336
error?: unknown // Error result if present
337337
endpointName?: string // The name of the given endpoint for the mutation
338-
fulfilledTimestamp?: number // Timestamp for when the mutation was completed
338+
fulfilledTimeStamp?: number // Timestamp for when the mutation was completed
339339

340340
// Derived request status booleans
341341
isUninitialized: boolean // Mutation has not been fired yet

0 commit comments

Comments
 (0)