Skip to content

Commit

Permalink
fix(docs): replace incorrect instances of defined with define
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpoddar16 committed Apr 1, 2021
1 parent a67468f commit 4f2f26f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/customization/breakpoints/breakpoints-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,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).
- It forwards *non React static* properties so this HOC is more "transparent". For instance, it can be used to define a `getInitialProps()` static method (next.js).

#### Argumentos

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/customization/breakpoints/breakpoints-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,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).
- It forwards *non React static* properties so this HOC is more "transparent". For instance, it can be used to define a `getInitialProps()` static method (next.js).

#### Paramètres

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/customization/breakpoints/breakpoints-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl';

Некоторые детали реализации, которые могут быть интересны для понимания:

- 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).
- It forwards *non React static* properties so this HOC is more "transparent". For instance, it can be used to define a `getInitialProps()` static method (next.js).

#### Аргументы

Expand Down
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-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Some implementation details that might be interesting to being aware of:
- It adds a `classes` property so you can override the injected class names from the outside.
- 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).
- It does **not** copy over statics. For instance, it can be used to define a `getInitialProps()` static method (next.js).

### Argumentos

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/styles/api/api-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Some implementation details that might be interesting to being aware of:
- It adds a `classes` property so you can override the injected class names from the outside.
- 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).
- It does **not** copy over statics. For instance, it can be used to define a `getInitialProps()` static method (next.js).

### Paramètres

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/styles/api/api-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Link a style sheet with a component using the **higher-order component** pattern
- It adds a `classes` property so you can override the injected class names from the outside.
- 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).
- It does **not** copy over statics. For instance, it can be used to define a `getInitialProps()` static method (next.js).

### Аргументы

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

0 comments on commit 4f2f26f

Please sign in to comment.