Skip to content

Commit

Permalink
Merge pull request reduxjs#4665 from MarvinCorro/consistant_naming
Browse files Browse the repository at this point in the history
fixing naming in docs to match the actual definition in apiState
  • Loading branch information
markerikson authored Oct 15, 2024
2 parents 77fb33d + d97ec8e commit 7af5345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rtk-query/api/created-api/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ type UseMutationResult<T> = {
data?: T // Returned result if present
error?: unknown // Error result if present
endpointName?: string // The name of the given endpoint for the mutation
fulfilledTimestamp?: number // Timestamp for when the mutation was completed
fulfilledTimeStamp?: number // Timestamp for when the mutation was completed

// Derived request status booleans
isUninitialized: boolean // Mutation has not been fired yet
Expand Down

0 comments on commit 7af5345

Please sign in to comment.