summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:47:44 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:47:44 -0400
commita76b0dd84928e567ce2510caa14026f4c48bcca8 (patch)
tree96551c78e7dc14f1640e7dc7e5ef04121990b459 /core/api-merchant.rst
parent84ea1acccd36075bc35eb9b46cb5aae168cb71ec (diff)
downloaddocs-a76b0dd84928e567ce2510caa14026f4c48bcca8.tar.gz
docs-a76b0dd84928e567ce2510caa14026f4c48bcca8.tar.bz2
docs-a76b0dd84928e567ce2510caa14026f4c48bcca8.zip
add period at end of sentence
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 996e03f7..fe039da9 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1045,7 +1045,7 @@ Inspecting instances
.. ts:def:: InstancesResponse
interface InstancesResponse {
- // List of instances that are present in the backend (see `Instance`)
+ // List of instances that are present in the backend (see `Instance`).
instances: Instance[];
}