Skip to content

docs: Fix typo #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.