microsoft / fluentui-react-native

A react-native component library that implements the Fluent Design System.
https://developer.microsoft.com/fluentui
MIT License
1.27k stars 163 forks source link

Fix typo in `DirectionalHint` Callout type #3648

Open lawrencewin opened 4 months ago

lawrencewin commented 4 months ago

Platforms Impacted

Description of changes

There's a typo in the DirectionalHint type for Callout's directionalHint prop, where "bottomLeftEdge" is spelled as "bottonLeftEdge". This PR fixes this so the linter stops spitting an incorrect error.

Pull request checklist

This PR has considered (when applicable):

Saadnajmi commented 4 months ago

Which.. after that, we'll have to ensure that the change makes it internally and doesn't cause regressions for partners who don't update their bundles..

PPatBoyd commented 4 months ago

Which.. after that, we'll have to ensure that the change makes it internally and doesn't cause regressions for partners who don't update their bundles..

FWIW there are no current users of the enum value that I could find in any Office repos