Skip to content

Commit

Permalink
Merge pull request #223 from hashirpm/docs/typo-fixes
Browse files Browse the repository at this point in the history
fix: typos
  • Loading branch information
oviawork authored Jan 27, 2025
2 parents 1fee8b1 + 90e7ac2 commit 2f0a5b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To create a new account for the dashboard:
![Dashboard Login Screen](/images/dashboard-login-screen.png)

2. Enter your preferred email address to login.
3. Enter the OTP you recieved in your inbox to verify your email.
3. Enter the OTP you received in your inbox to verify your email.

<div className="max-w-[400px] my-5">
<img
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This guide will walk you through the steps to set up a project in Google Console
2. Click on "Create credentials" and select "OAuth client ID".
3. Choose "Android" as the application type.
4. In the "Package name" field, enter the package name of your Android app (e.g., `com.example.myapp`).
5. In the "SHA-1 certificate fingerprint" field, enter the SHA-1 fingerprint of your signing certificate. You can obtain this fingerprint using keytool or Android Studio. You can use the follwing command to get the fingerprint using keytool
5. In the "SHA-1 certificate fingerprint" field, enter the SHA-1 fingerprint of your signing certificate. You can obtain this fingerprint using keytool or Android Studio. You can use the following command to get the fingerprint using keytool
```
keytool -keystore ./android/app/debug.keystore -list -v
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This guide will walk you through the steps to set up a project in Google Console
2. Click on "Create credentials" and select "OAuth client ID".
3. Choose "Android" as the application type.
4. In the "Package name" field, enter the package name of your Android app (e.g., `com.example.myapp`).
5. In the "SHA-1 certificate fingerprint" field, enter the SHA-1 fingerprint of your signing certificate. You can obtain this fingerprint using keytool or Android Studio. You can use the follwing command to get the fingerprint using keytool
5. In the "SHA-1 certificate fingerprint" field, enter the SHA-1 fingerprint of your signing certificate. You can obtain this fingerprint using keytool or Android Studio. You can use the following command to get the fingerprint using keytool
```
keytool -keystore ./android/app/debug.keystore -list -v
```
Expand Down

0 comments on commit 2f0a5b5

Please sign in to comment.