Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 2d6be5f

Browse files
author
Jeff Verkoeyen
committed
Fix minor wording in the readme.
1 parent 6d801b3 commit 2d6be5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ struct CalendarChipMotionSpec CalendarChipSpec = {
7373
```
7474

7575
Our spec defines two different transition states: expansion and collapse. At runtime, we determine
76-
which of these two specs we intend to use and then use the timings to animate our views with an
77-
instance of `MDMMotionAnimator`:
76+
which of these two specs we need and then use the timings to animate our views with an instance of
77+
`MDMMotionAnimator`:
7878

7979
```objc
8080
CalendarChipTiming timing = _expanded ? CalendarChipSpec.expansion : CalendarChipSpec.collapse;

0 commit comments

Comments
 (0)