Skip to content

Commit 6155d6a

Browse files
authored
Update Readme.md
1 parent ddc01cd commit 6155d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Standups/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The inspiration for this application comes Apple's [Scrumdinger][scrumdinger] tu
2626
The Scrumdinger app is one of Apple's most interesting code samples as it deals with many real world
2727
world problems that one faces in application development. It shows off many types of navigation,
2828
it deals with complex effects such as timers and speech recognition, and it persists application
29-
to disk.
29+
data to disk.
3030

3131
However, it is not necessarily built in the most ideal way. It uses mostly fire-and-forget style
3232
navigation, which means you can't easily deep link into any screen of the app, which is handy for

0 commit comments

Comments
 (0)