From 6d8680b8a483df98043737b583b86910568d46a0 Mon Sep 17 00:00:00 2001 From: Craig Dunn Date: Thu, 2 Jan 2020 12:50:18 -0800 Subject: [PATCH] fix spelling mistake --- SimpleBackgroundTransfer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleBackgroundTransfer/README.md b/SimpleBackgroundTransfer/README.md index 6ac09fe2f..639be388d 100644 --- a/SimpleBackgroundTransfer/README.md +++ b/SimpleBackgroundTransfer/README.md @@ -12,7 +12,7 @@ urlFragment: simplebackgroundtransfer SimpleBackgroundTransfer is a simple app that illustrates how to use background transfers - press the **Start** button to initiate a large image download in the background. -The app must be properly signed to run on the simulator, so ensure that the bundle identifier is correct and your provisioning profiles are configured correctly (otherwise you might see [this isssue](https://github.com/xamarin/xamarin-macios/issues/7101)). +The app must be properly signed to run on the simulator, so ensure that the bundle identifier is correct and your provisioning profiles are configured correctly (otherwise you might see [this issue](https://github.com/xamarin/xamarin-macios/issues/7101)). ![App showing a world map image](Screenshots/02-sml.png)