Skip to content

Commit b88c496

Browse files
[docs] Replace incorrect instances of defined with define (mui#25572)
1 parent 013b3d9 commit b88c496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/pages/customization/breakpoints/breakpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
255255
Some implementation details that might be interesting to being aware of:
256256

257257
- It forwards _non React static_ properties so this HOC is more "transparent".
258-
For instance, it can be used to defined a `getInitialProps()` static method (next.js).
258+
For instance, it can be used to define a `getInitialProps()` static method (next.js).
259259

260260
#### Arguments
261261

docs/src/pages/styles/api/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Some implementation details that might be interesting to being aware of:
288288
- It forwards refs to the inner component.
289289
- The `innerRef` prop is deprecated. Use `ref` instead.
290290
- It does **not** copy over statics.
291-
For instance, it can be used to defined a `getInitialProps()` static method (next.js).
291+
For instance, it can be used to define a `getInitialProps()` static method (next.js).
292292

293293
### Arguments
294294

0 commit comments

Comments
 (0)