Skip to content

Commit

Permalink
Fix minor typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchor authored and nijel committed Jul 28, 2020
1 parent 7ffe6e1 commit 52080e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/admin/backup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ backups. The files are updated daily (requires a running Celery beats server, se
* Weblate settings as :file:`settings.py` (there is also expanded version in :file:`settings-expanded.py`).
* PostgreSQL database backup as :file:`database.sql`.

The database backup are by default saved as plain text, but they can also be compressed
The database backups are by default saved as plain text, but they can also be compressed
or entirely skipped by using :setting:`DATABASE_BACKUP`.

Version control repositories
Expand Down Expand Up @@ -236,7 +236,7 @@ Celery tasks
------------

The Celery tasks queue might contain some info, but is usually not needed
for a backup. At most you will lose updates that have not yet ben processed to translation
for a backup. At most you will lose updates that have not yet been processed to translation
memory. It is recommended to perform the fulltext or repository updates upon
restoring anyhow, so there is no problem in losing these.

Expand Down
4 changes: 2 additions & 2 deletions docs/admin/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ List of automatic fixes to apply when saving a string.
Available fixes:

``weblate.trans.autofixes.whitespace.SameBookendingWhitespace``
Matches whitespace at the strt and end of the string to the source.
Matches whitespace at the start and end of the string to the source.
``weblate.trans.autofixes.chars.ReplaceTrailingDotsWithEllipsis``
Replaces trailing dots (...) if the source string has ellipsis (…).
``weblate.trans.autofixes.chars.RemoveZeroSpace``
Expand Down Expand Up @@ -275,7 +275,7 @@ Number of hours between committing pending changes by way of the background task
DATA_DIR
--------

The folder Weblate stores all data in. it contains links to VCS repositories,
The folder Weblate stores all data in. It contains links to VCS repositories,
a fulltext index and various configuration files for external tools.

The following subdirectories usually exist:
Expand Down

0 comments on commit 52080e4

Please sign in to comment.