Skip to content

Commit

Permalink
typos update
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jul 17, 2023
1 parent 01f1a8d commit 4ae2875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.12.0-beta.3
python-version: "3.12-dev"

- name: Checkout server
uses: actions/checkout@v3
Expand Down
9 changes: 5 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Overview
========

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

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

Have a great time with Python and Nextcloud!

Expand Down

0 comments on commit 4ae2875

Please sign in to comment.