Skip to content
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

docs:fix spelling issues #1185

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you think you miss some functionality on our application, please open issue o
* (OPTIONAL) If possible, provide complete description of functionality you suggest
* (OPTIONAL) Provide your telegram username, and be sure to join [Our Community Channel](https://t.me/fearlesshappiness) on Telegram, so our team can get in touch with you to retrieve more information about your vision

Even if you provide mockups, please understand that our design team will review it and might implement this in very different way.
Even if you provide mockups, please understand that our design team will review them and might implement this in very different way.

### 💻 Opening Pull Requests

Expand All @@ -39,7 +39,7 @@ If you would like to help us by contributing writing the code, please follow nex
* Please avoid huge PRs, and if your contribution really requires lots of files, please make a base branch with series of small PRs on your fork, and then provide link to those PRs in your big one PR in our repository
* Provide steps for QA engineer to test your functionality (they should cover requirements from your issue)

Even if you provide mockups, please understand that our design team will review it and might implement this in very different way.
Even if you provide mockups, please understand that our design team will review them and might implement this in very different way.

### Telegram links

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ MOONPAY_TEST_SECRET=stub
MOONPAY_PRODUCTION_SECRET=stub
```

Note, that with stub keys buy via moonpay will not work correctly. However, other parts of the application will not be affected.
Note, that with stub keys bought via moonpay will not work correctly. However, other parts of the application will not be affected.

### Sora CARD SDK

For starting Sora CARD SDK initial data have to be provided via gradle properties due to security purpose.
For starting Sora CARD SDK initial data have to be provided via gradle properties due to security purposes.

````
// PayWings repo credentials properties for getting artifacts
Expand Down