Skip to content

Commit b0695a6

Browse files
committed
Fix typos in the documentation
Change-Id: I9735914acc4fb9991eeab74f0f91f1a7baf76eb4 Signed-off-by: François Magimel <magimel.francois@gmail.com>
1 parent 5166b79 commit b0695a6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The source repository for this project can be found at:
2-
2+
33
https://opendev.org/openstack/cloudkitty-dashboard
44

55
Pull requests submitted through GitHub are not monitored.

doc/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ For more details about how to add variables to Horizon settings checkout the
5656
Rate Pre/Postfix
5757
----------------
5858

59-
You can configure pre/postfix to rate vaules shown at the dashboard.
59+
You can configure pre/postfix to rate values shown at the dashboard.
6060

6161
Here's example of setting rate currency to US Dollar.
6262

6363
.. code-block:: python
6464
6565
# You can choose to have prefix or postfix or both.
66-
# Prefix and postfix are not mutally exclusive.
66+
# Prefix and postfix are not mutually exclusive.
6767
OPENSTACK_CLOUDKITTY_RATE_PREFIX = '$'
6868
OPENSTACK_CLOUDKITTY_RATE_POSTFIX = 'USD'
6969

releasenotes/notes/add-options-to-attach-pre-post-fix-to-rate-value-2d78f5cb7c289445.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ features:
33
- |
44
Adds optional Horizon settings variable OPENSTACK_CLOUDKITTY_RATE_PREFIX
55
and OPENSTACK_CLOUDKITTY_RATE_POSTFIX. These allow users to attach
6-
pre/postfix to their rate vaules shown at the dashboard such as currency.
6+
pre/postfix to their rate values shown at the dashboard such as currency.
77
These values can be set in ``.py`` settings snippets under
88
``openstack_dashboard/local/local_settings.d`` directory. Follow
99
https://docs.openstack.org/horizon/latest/configuration/settings.html

0 commit comments

Comments
 (0)