Skip to content

Commit 655bb08

Browse files
author
Josh Sager
committed
Changed copy in account transfer to reflect "this" billing cycle
1 parent ed740a7 commit 655bb08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/objects/transfer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ schema:
66
billable:
77
type: Integer
88
value: 0
9-
description: The amount of your transfer pool that is billable this billing cycl.
9+
description: The amount of your transfer pool that is billable this billing cycle.
1010
quota:
1111
type: Integer
1212
value: 2000
13-
description: The amount of network usage allowed each billing cycle.
13+
description: The amount of network usage allowed this billing cycle.
1414
used:
1515
type: Integer
1616
value: 0

0 commit comments

Comments
 (0)