Skip to content

Commit 9c0ea6f

Browse files
authored
docs: Fix typo (#360)
* docs: Fix typo
1 parent 21380a0 commit 9c0ea6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Linking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected List<ReactPackage> getPackages() {
7070
}
7171
```
7272
## Windows
73-
### Add `ReactNativeAsnycStorage` project to your solution.
73+
### Add `ReactNativeAsyncStorage` project to your solution.
7474
1. Open your solution in Visual Studio.
7575
2. Right click Solution icon in Solution Explorer > Add > Existing Project.
7676
Select `node_modules\@react-native-community\async-storage\windows\ReactNativeAsyncStorage\ReactNativeAsyncStorage.vcxproj`
@@ -79,4 +79,4 @@ protected List<ReactPackage> getPackages() {
7979
1. Right click main application project > Add > Reference...
8080
Check `ReactNativeAsyncStorage` from Solution Projects.
8181
2. Add `#include "winrt/ReactNativeAsyncStorage.h"` to `pch.h`.
82-
3. Add `PackageProviders().Append(winrt::ReactNativeAscynStorage::ReactPackageProvider());` before `InitializeComponent();` in `app.cpp`.
82+
3. Add `PackageProviders().Append(winrt::ReactNativeAsyncStorage::ReactPackageProvider());` before `InitializeComponent();` in `app.cpp`.

0 commit comments

Comments
 (0)