Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchor authored and nijel committed Sep 20, 2020
1 parent e08de24 commit bc280ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/admin/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ List of authentication backends to allow registration from. This only limits
new registrations, users can still authenticate and add authentication using
all configured authentication backends.

It is recommeded to keep :setting:`REGISTRATION_OPEN` enabled while limiting
It is recommended to keep :setting:`REGISTRATION_OPEN` enabled while limiting
registration backends, otherwise users will be able to register, but Weblate
will not show links to register in the user interface.

Expand Down
6 changes: 3 additions & 3 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ Units
:>json int priority: translation priority; 100 is default
:>json int id: unit identifier
:>json string explanation: String explanation, available on source units, see :ref:`additional`
:>json string extra_flags: Additiona string flags, available on source units, see :ref:`custom-checks`
:>json string extra_flags: Additional string flags, available on source units, see :ref:`custom-checks`
:>json string web_url: URL where the unit can be edited
:>json string souce_unit: Source unit link; see :http:get:`/api/units/(int:id)/`

Expand All @@ -1881,7 +1881,7 @@ Units
:<json int state: unit state, 0 - not translated, 10 - needs editing, 20 - translated, 30 - approved, 100 - read only
:<json array target: target string
:<json string explanation: String explanation, available on source units, see :ref:`additional`
:<json string extra_flags: Additiona string flags, available on source units, see :ref:`custom-checks`
:<json string extra_flags: Additional string flags, available on source units, see :ref:`custom-checks`

.. http:put:: /api/units/(int:id)/
Expand All @@ -1894,7 +1894,7 @@ Units
:<json int state: unit state, 0 - not translated, 10 - needs editing, 20 - translated, 30 - approved, 100 - read only
:<json array target: target string
:<json string explanation: String explanation, available on source units, see :ref:`additional`
:<json string extra_flags: Additiona string flags, available on source units, see :ref:`custom-checks`
:<json string extra_flags: Additional string flags, available on source units, see :ref:`custom-checks`

Changes
+++++++
Expand Down
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Not yet released.
* Added support for interacting with multiple GitLab or GitHub instances.
* Extended API to cover project updates, unit updates.
* Unit API now properly handles plural strings.
* Consolidated API respons status codes.
* Consolidated API response status codes.
* Support markdown in contributor agreement.
* Improved source strings tracking.

Expand Down
2 changes: 1 addition & 1 deletion docs/schemas/weblate-userdata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"suggested": {
"$id": "#root/profile/suggested",
"title": "Number of sugested strings",
"title": "Number of suggested strings",
"type": "integer",
"examples": [1],
"default": 0
Expand Down

0 comments on commit bc280ae

Please sign in to comment.