Fixed Typo (#5102)

Summary:
A typo in the settings page has been fixed.

Pull Request resolved: https://github.com/facebook/flipper/pull/5102

Reviewed By: ivanmisuno

Differential Revision: D48948584

Pulled By: passy

fbshipit-source-id: 2469a25d2deb7c6c128f7d88a68fd5d147aad428
This commit is contained in:
Sinan Erdinç
2023-09-05 03:30:26 -07:00
committed by Facebook GitHub Bot
parent ad9aa07532
commit d04abff530

View File

@@ -372,7 +372,7 @@ class SettingsSheet extends Component<Props, State> {
});
}}>
<URLConfigField
label="Martkeplace URL"
label="Marketplace URL"
defaultValue={
marketplaceURL || 'http://plugin-marketplace.local/get-plugins'
}