Skip to content

Commit e190232

Browse files
authored
Merge pull request #57 from yoshizzle/accountTranferCopyChanges
Changed copy in account transfer to reflect "this" billing cycle
2 parents c6dac24 + 655bb08 commit e190232

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)