Skip to content

Commit

Permalink
Minor typo fix.
Browse files Browse the repository at this point in the history
refs #12
  • Loading branch information
csjx committed Sep 27, 2020
1 parent 6f886b9 commit 1cbc52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Overview
To sustain ongoing operations, DataONE offers paid services for memberships alongside free services. This document outlines the design and implementation details needed to offer and manage these services. It describes the ``Products``, ``Customers``, ``Services``, ``Quotas``, ``Usages``, and ``Orders`` that DataONE needs to track. This documents:

- What service ``Products`` are available for purchase
- What ``Products`` a ``Customer``_ purchased in an ``Order``
- What ``Products`` a ``Customer`` purchased in an ``Order``
- What ``Quota`` limits are set for ``Customers`` per paid ``Order``.
- What ``Usages`` are associated with a given ``Quota``

Expand Down
1 change: 1 addition & 0 deletions docs/plantuml-styles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
skinparam shadowing false
skinparam roundcorner 5
skinparam linetype ortho
skinparam stereotypeCBackgroundColor #C3D3E3

' Style the sequences
skinparam sequence {
Expand Down

0 comments on commit 1cbc52d

Please sign in to comment.