Skip to content

Commit b3acc63

Browse files
authored
Update ios.mdx
1 parent 005fc07 commit b3acc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/ios.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add a widget extension by going <kbd>File</kbd> > <kbd>New</kbd> > <kbd>Target</
1818

1919
The generated Widget code includes the following classes:
2020
- `TimelineProvider` - Provides a Timeline of entries at which the System will update the Widget automatically
21-
- `TimelineEntry` - Represents the Data Object used to build the Widget. The `data` field is necessary and defines the point in time at which the Timeline would update
21+
- `TimelineEntry` - Represents the Data Object used to build the Widget. The `date` field is necessary and defines the point in time at which the Timeline would update
2222
- `View` - The Widget itself, which is built with SwiftUI
2323
- `Widget` - Configuration: Make note of the `kind` you set in the Configuration as this is what's needed to update the Widget from Flutter
2424

0 commit comments

Comments
 (0)