Skip to content

Commit 1e5e4ee

Browse files
[Bot] push changes from Files.com
1 parent e08fef4 commit 1e5e4ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

src/models/RemoteServer.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class RemoteServer {
198198
this.attributes.auth_account_name = value
199199
}
200200

201-
// string # Either personnel or business_other account types
201+
// string # Either personal or business_other account types
202202
getOneDriveAccountType = () => this.attributes.one_drive_account_type
203203

204204
setOneDriveAccountType = value => {
@@ -315,7 +315,7 @@ class RemoteServer {
315315
// rackspace_username - string - Rackspace username used to login to the Rackspace Cloud Control Panel.
316316
// rackspace_region - string - Three letter airport code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
317317
// rackspace_container - string - The name of the container (top level directory) where files will sync.
318-
// one_drive_account_type - string - Either personnel or business_other account types
318+
// one_drive_account_type - string - Either personal or business_other account types
319319
update = async (params = {}) => {
320320
if (!this.attributes.id) {
321321
throw new Error('Current object has no ID')
@@ -556,7 +556,7 @@ class RemoteServer {
556556
// rackspace_username - string - Rackspace username used to login to the Rackspace Cloud Control Panel.
557557
// rackspace_region - string - Three letter airport code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
558558
// rackspace_container - string - The name of the container (top level directory) where files will sync.
559-
// one_drive_account_type - string - Either personnel or business_other account types
559+
// one_drive_account_type - string - Either personal or business_other account types
560560
static create = async (params = {}, options = {}) => {
561561
if (params['aws_access_key'] && !isString(params['aws_access_key'])) {
562562
throw new Error(`Bad parameter: aws_access_key must be of type String, received ${getType(aws_access_key)}`)

0 commit comments

Comments
 (0)