Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolovatyi authored and ogolovatyi committed Apr 29, 2019
1 parent 170f494 commit 71139a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ be able to work on TabPy changes:
## Setting Up Environment

Before making any code changes run environment setup script. For
Windows the next command from the repository root folder:
Windows run the next command from the repository root folder:

```sh
utils\set_env.cmd
Expand Down
4 changes: 2 additions & 2 deletions docs/server-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Password file is a text file containing usernames and hashed passwords
per line separated by single space. For username only ASCII characters
are supported. Usernames are case-insensitive.

Passords in the password file are hashed with PBKDF2, [see source code
Passwords in the password file are hashed with PBKDF2, [see source code
for implementation details](../tabpy-server/tabpy_server/handlers/util.py).

**It is highly recommended to restrict access to the password file
Expand Down Expand Up @@ -144,7 +144,7 @@ line with the user name.

## Logging

Logging for TabPy is implemented with standart Python logger and can be configured
Logging for TabPy is implemented with standard Python logger and can be configured
as explained in Python documentation at
[Logging Configuration page](https://docs.python.org/3.6/library/logging.config.html).

Expand Down

0 comments on commit 71139a1

Please sign in to comment.