xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.53k stars 505 forks source link

Fix typo in Share.ios #2076

Closed Tarekka closed 1 year ago

Tarekka commented 1 year ago

Description of Change

Fixed a typo in "hasTitel" -> "hasTitle" Tests and samples omitted as the change only targeted a local variable

Bugs Fixed

Provide links to issues here. Ensure that a GitHub issue was created for your feature or bug fix before sending PR.

API Changes

List all API changes here (or just put None), example: None

Behavioral Changes

Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.

PR Checklist

jfversluis commented 1 year ago

This change has been superseded by #2078 which removes the variable altogether.

Thanks for your efforts!