Skip to content

Commit

Permalink
docs: Fix typo (#360)
Browse files Browse the repository at this point in the history
* docs: Fix typo
  • Loading branch information
xom9ikk authored May 17, 2020
1 parent 21380a0 commit 9c0ea6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected List<ReactPackage> getPackages() {
}
```
## Windows
### Add `ReactNativeAsnycStorage` project to your solution.
### Add `ReactNativeAsyncStorage` project to your solution.
1. Open your solution in Visual Studio.
2. Right click Solution icon in Solution Explorer > Add > Existing Project.
Select `node_modules\@react-native-community\async-storage\windows\ReactNativeAsyncStorage\ReactNativeAsyncStorage.vcxproj`
Expand All @@ -79,4 +79,4 @@ protected List<ReactPackage> getPackages() {
1. Right click main application project > Add > Reference...
Check `ReactNativeAsyncStorage` from Solution Projects.
2. Add `#include "winrt/ReactNativeAsyncStorage.h"` to `pch.h`.
3. Add `PackageProviders().Append(winrt::ReactNativeAscynStorage::ReactPackageProvider());` before `InitializeComponent();` in `app.cpp`.
3. Add `PackageProviders().Append(winrt::ReactNativeAsyncStorage::ReactPackageProvider());` before `InitializeComponent();` in `app.cpp`.

0 comments on commit 9c0ea6f

Please sign in to comment.