Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Replace incorrect instances of defined with define #25572

Merged
merged 2 commits into from
Apr 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/pages/customization/breakpoints/breakpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
Some implementation details that might be interesting to being aware of:

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

#### Arguments

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/styles/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Some implementation details that might be interesting to being aware of:
- It forwards refs to the inner component.
- The `innerRef` prop is deprecated. Use `ref` instead.
- It does **not** copy over statics.
For instance, it can be used to defined a `getInitialProps()` static method (next.js).
For instance, it can be used to define a `getInitialProps()` static method (next.js).

### Arguments

Expand Down