Skip to content

Commit f75f185

Browse files
authored
Merge pull request #4161 from kantbtrue/master
Incorrect builder method referenced
2 parents def3cc2 + 5137a61 commit f75f185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createSlice.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Similar to `createReducer`, the `extraReducers` field uses a "builder callback"
371371

372372
[examples](docblock://createSlice.ts?token=CreateSliceOptions.extraReducers)
373373

374-
See [the "Builder Callback Notation" section of the `createReducer` reference](./createReducer.mdx#usage-with-the-builder-callback-notation) for details on how to use `builder.addCase`, `builder.addMatcher`, and `builder.addDefault`
374+
See [the "Builder Callback Notation" section of the `createReducer` reference](./createReducer.mdx#usage-with-the-builder-callback-notation) for details on how to use `builder.addCase`, `builder.addMatcher`, and `builder.addDefaultCase`
375375

376376
### `reducerPath`
377377

0 commit comments

Comments
 (0)