Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Uvarov <freeakk@gmail.com>
  • Loading branch information
pawlooss1 and arcusfelis committed Apr 25, 2024
1 parent 2df5add commit aae7a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To see how to obtain `team_id` read [this](https://www.mobiloud.com/help/knowled

`FCM` JSON file can be generated by Firebase console (https://console.firebase.google.com). Go to your project -> `Project Settings` -> `Service accounts` -> `Generate new private key`.

TOML config file is optional. It allows to fully configure the service but basic configuration can be achieved via ennvironmental variables only.
TOML config file is optional. It allows to fully configure the service but basic configuration can be achieved via environmental variables only.

Assuming that you have the `priv` directory with all certificates and fcm token in current directory and `var` directory with a config file, then you may start MongoosePush with the following command:

Expand Down
2 changes: 1 addition & 1 deletion guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To see how to obtain `team_id` read [this](https://www.mobiloud.com/help/knowled

`FCM` JSON file can be generated by the Firebase console (https://console.firebase.google.com). Go to your project -> `Project Settings` -> `Service accounts` -> `Generate new private key`.

TOML config file is optional. It allows to fully configure the service but basic configuration can be achieved via ennvironmental variables only.
TOML config file is optional. It allows to fully configure the service but basic configuration can be achieved via environmental variables only.

Assuming that you have the `priv` directory with all certificates and fcm token in current directory and `var` directory with a config file, then you may start MongoosePush with the following command:

Expand Down

0 comments on commit aae7a8e

Please sign in to comment.