From 54a6129d89844edd99e45d8d3e88c5f062fd54a6 Mon Sep 17 00:00:00 2001 From: Ludwig <62896243+ludwig-pro@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:32:10 +0100 Subject: [PATCH] Fix typo in intro.md regarding macOS features --- docsite/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/docs/intro.md b/docsite/docs/intro.md index 055d1eef4b3b23..aad442edbf2f6c 100644 --- a/docsite/docs/intro.md +++ b/docsite/docs/intro.md @@ -6,6 +6,6 @@ sidebar_position: 1 **React Native macOS** is an [out-of-tree platform](https://reactnative.dev/docs/out-of-tree-platforms) maintained by Microsoft that extends React Native to support the macOS Platform. -React Native macOS works with the React Native ecosystem and adds support for macOS specific feartures. You can reuse your components, libraries, and code across platforms to make development easier. You can also write native macOS components to build truly native desktop apps. +React Native macOS works with the React Native ecosystem and adds support for macOS specific features. You can reuse your components, libraries, and code across platforms to make development easier. You can also write native macOS components to build truly native desktop apps. Whether you are starting a new macOS app, adding desktop support to an existing React Native project, or adding a React Native feature to your existing native macOS app, React Native macOS gives you the tools you need to build great native apps.