Fix a typo (TELOXITE_TOKEN -> TELOXIDE_TOKEN)

This commit is contained in:
Temirkhan Myrzamadi 2020-02-20 03:22:32 +06:00
parent 8d8ece7527
commit 93afb0b611
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
$ export TELOXIDE_TOKEN=<Your token here> $ export TELOXIDE_TOKEN=<Your token here>
# Windows # Windows
$ set TELOXITE_TOKEN=<Your token here> $ set TELOXIDE_TOKEN=<Your token here>
``` ```
3. Be sure that you are up to date: 3. Be sure that you are up to date:
```bash ```bash

View file

@ -14,7 +14,7 @@
//! $ export TELOXIDE_TOKEN=<Your token here> //! $ export TELOXIDE_TOKEN=<Your token here>
//! //!
//! # Windows //! # Windows
//! $ set TELOXITE_TOKEN=<Your token here> //! $ set TELOXIDE_TOKEN=<Your token here>
//! ``` //! ```
//! //!
//! 3. Be sure that you are up to date: //! 3. Be sure that you are up to date: