Skip to content

Commit

Permalink
adjust text
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManEver committed Mar 1, 2021
1 parent 71de8f3 commit 7f75848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-laag/src/Transition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function Transition({
useEffect(() => {
warning(
children,
`react-laag: You are using 'Transition'. Note that this component is marked as deprecated and will be removed and a possible future release`
`react-laag: You are using 'Transition'. Note that this component is marked as deprecated and will be removed at future releases`
);
}, [children]);

Expand Down

0 comments on commit 7f75848

Please sign in to comment.