From 6122c7d4202541a54946c764bd6ed7e94a6d6fe4 Mon Sep 17 00:00:00 2001 From: jrootjunior Date: Mon, 18 Nov 2019 18:15:15 +0200 Subject: [PATCH] Fix typo in docs/index.md --- docs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index c221672f..3837d9f6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,7 +26,7 @@ Documentation for version 3.0 [WIP] [^1] !!! note Before start using **aiogram** is highly recommend to know how to work with [asyncio](https://docs.python.org/3/library/asyncio.html). - Also if you has questions you can go to uor community chat s in Telegram: + Also if you has questions you can go to our community chats in Telegram: - [English language](https://t.me/aiogram) - [Russian language](https://t.me/aiogram_ru) @@ -45,7 +45,7 @@ Documentation for version 3.0 [WIP] [^1] - [ ] Refactor filters - [ ] Tests - [ ] API - - [ ] Sessions + - [x] Sessions - [ ] Types - [ ] Methods - [ ] Client @@ -56,12 +56,12 @@ Documentation for version 3.0 [WIP] [^1] - [ ] ... - [ ] CI/CD - [ ] Publish to PyPi on tag - - [ ] Build docs on push + - [x] Build docs on push - [ ] Code style - [ ] Test with coverage on pull-request - - [ ] Test with coverage on push + - [x] Test with coverage on push - [ ] mypy on pull-request - [ ] Flake8 on pull-request -[^1]: work in progress \ No newline at end of file +[^1]: work in progress