@@ -198,7 +198,7 @@ class RemoteServer {
198
198
this . attributes . auth_account_name = value
199
199
}
200
200
201
- // string # Either personnel or business_other account types
201
+ // string # Either personal or business_other account types
202
202
getOneDriveAccountType = ( ) => this . attributes . one_drive_account_type
203
203
204
204
setOneDriveAccountType = value => {
@@ -315,7 +315,7 @@ class RemoteServer {
315
315
// rackspace_username - string - Rackspace username used to login to the Rackspace Cloud Control Panel.
316
316
// rackspace_region - string - Three letter airport code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
317
317
// 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
319
319
update = async ( params = { } ) => {
320
320
if ( ! this . attributes . id ) {
321
321
throw new Error ( 'Current object has no ID' )
@@ -556,7 +556,7 @@ class RemoteServer {
556
556
// rackspace_username - string - Rackspace username used to login to the Rackspace Cloud Control Panel.
557
557
// rackspace_region - string - Three letter airport code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
558
558
// 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
560
560
static create = async ( params = { } , options = { } ) => {
561
561
if ( params [ 'aws_access_key' ] && ! isString ( params [ 'aws_access_key' ] ) ) {
562
562
throw new Error ( `Bad parameter: aws_access_key must be of type String, received ${ getType ( aws_access_key ) } ` )
0 commit comments