Skip to content

Commit

Permalink
Fixed Typo in AnimatedLayout.md (#2118)
Browse files Browse the repository at this point in the history
## Description
Fixed a typo in documentation of `<AnimatedLayout>`

## Changes
Fixed Typo in `AnimatedLayout.md` in two locations.
1. In docs/docs/api/LayoutAnimations/AnimatedLayout.md
2. in docs/versioned_docs/version-2.3.0-alpha.1/api/LayoutAnimations/AnimatedLayout.md

## Checklist

- [ ] Included code example that can be used to test this change
- [ ] Updated TS types
- [ ] Added TS types tests
- [ ] Added unit / integration tests
- [x] Updated documentation
- [ ] Ensured that CI passes
  • Loading branch information
PhoenixCreation committed Jun 8, 2021
1 parent 88adeaf commit e3d9337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/api/LayoutAnimations/AnimatedLayout.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `AnimatedLayout` component is responsible for observing changes in its subtr


## Example
You can use `AnimatedLayout` as regural React component and his hildren can use by transitions and mounting/unmpunting animations.
You can use `AnimatedLayout` as regural React component and his children can use by transitions and mounting/unmpunting animations.

```js
import { AnimatedLayout } from 'react-native-reanimated';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `AnimatedLayout` component is responsible for observing changes in its subtr


## Example
You can use `AnimatedLayout` as regural React component and his hildren can use by transitions and mounting/unmpunting animations.
You can use `AnimatedLayout` as regural React component and his children can use by transitions and mounting/unmpunting animations.

```js
import { AnimatedLayout } from 'react-native-reanimated';
Expand Down

1 comment on commit e3d9337

@nandorojo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think regular is misspelled as regural.

Please sign in to comment.