Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Fix typo #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix typo #116

wants to merge 1 commit into from

Conversation

devthepenguin
Copy link

@devthepenguin devthepenguin commented Jul 1, 2020

Description of Change

Fix typo

"teh" should be "the" at #L32
Repository- xamarin/mobile-samples/BackgroundLocationDemo/location.Android/Services/LocationService.cs

https://github.com/xamarin/mobile-samples/blob/e02ffd4c33440cb79e1126994c0f91f1848acd02/BackgroundLocationDemo/location.Android/Services/LocationService.cs#L32

Pull Request Checklist

  • Rebased on top of master at time of the pull request.
  • Changes adhere to coding standard in the sample.
  • Consolidated NuGet packages across all projects in the sample (when changing existing package versions).
  • Tested changes on the appropriate platforms (all platforms if changing the library code).

"teh" should be "the"
@@ -29,7 +29,7 @@ public void OnLocationChanged(Android.Locations.Location location)
LocationChanged(this, new LocationChangedEventArgs(location));

// This should be updating every time we request new location updates
// both when teh app is in the background, and in the foreground
// both when the app is in the background, and in the foreground
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix typo- "teh" should be "the"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant