Skip to content

Commit 4ae2875

Browse files
committed
typos update
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 01f1a8d commit 4ae2875

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442

443443
- uses: actions/setup-python@v4
444444
with:
445-
python-version: 3.12.0-beta.3
445+
python-version: "3.12-dev"
446446

447447
- name: Checkout server
448448
uses: actions/checkout@v3

docs/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ Overview
1515
========
1616

1717
The main goal of this project is to provide a fast and easy way to develop and deploy Python applications for Nextcloud.
18-
Option to use it as a client library is a beneficial side effect.
19-
The code is unified, and the code base for both modes is the same. Tests are carried out for both modes.
18+
The option to use it as a client library is a beneficial side effect.
19+
The code is unified, and the codebase for both modes is the same. Tests are carried out for both modes.
2020

21-
If you have any questions or corrections to the documentation,
22-
we would be glad to address your questions in discussions, corrections in pull requests, and complex problems in issues.
21+
If you have any questions or corrections regarding the documentation,
22+
we would be glad to address them in discussions, incorporate corrections through pull requests,
23+
and handle complex problems through issues.
2324

2425
Have a great time with Python and Nextcloud!
2526

0 commit comments

Comments
 (0)