Skip to content

Commit 8b510b4

Browse files
committed
add missing period in docs
1 parent 8eb2ef6 commit 8b510b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/api/createApi.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const { useGetPokemonByNameQuery } = pokemonApi
9191
- `endpoint` - The name of the endpoint.
9292
- `type` - Type of request (`query` or `mutation`).
9393
- `forced` - Indicates if a query has been forced.
94-
- `queryCacheKey`- The computed query cache key
94+
- `queryCacheKey`- The computed query cache key.
9595
- `extraOptions` - The value of the optional `extraOptions` property provided for a given endpoint
9696

9797
#### baseQuery function signature

0 commit comments

Comments
 (0)