Skip to content

Commit 749ad44

Browse files
authored
Merge pull request #553 from Simusharp/patch-2
Fix a minor typo in load-data-at-startup.md
2 parents 27d1315 + ed34619 commit 749ad44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/music-store-app/load-data-at-startup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ As you can see this method uses the business service to load the list of albums
3737

3838
You will notice that after the JSON album files are loaded, the second loop loads the cover art image files. This provides your user with visual feedback as quickly as possible (in the form of album tiles with text and the placeholder music note icon) about what albums are in the collection. The cover art is then loaded asynchronously. This ensures that the app remains responsive during the image loading process.
3939

40-
You next step is to schedule the `LoadAlbum` method to run when the app starts.
40+
Your next step is to schedule the `LoadAlbum` method to run when the app starts.
4141

4242
To schedule the method on the main thread, follow this procedure:
4343

0 commit comments

Comments
 (0)