File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ You can test out this extension right away:
6
6
7
7
1 . Click ** Add User** to add a test user.
8
8
9
- 1 . In a few seconds, go to your Mailchimp audience page, you'll see the test user's email appear in the list .
9
+ 1 . In a few seconds, go to your Mailchimp audience page, you'll see the test user's email appear.
10
10
11
11
### Using the extension
12
12
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ exports.complete = () => {
21
21
console . log ( "Completed execution of extension" ) ;
22
22
} ;
23
23
exports . errorAddUser = ( err ) => {
24
- console . error ( "Error when adding user to Mailchimp list " , err ) ;
24
+ console . error ( "Error when adding user to Mailchimp audience " , err ) ;
25
25
} ;
26
26
exports . errorRemoveUser = ( err ) => {
27
- console . error ( "Error when removing user from Mailchimp list " , err ) ;
27
+ console . error ( "Error when removing user from Mailchimp audience " , err ) ;
28
28
} ;
29
29
exports . init = ( ) => {
30
30
console . log ( "Initializing extension with configuration" , obfuscatedConfig ) ;
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ export const complete = () => {
26
26
} ;
27
27
28
28
export const errorAddUser = ( err : Error ) => {
29
- console . error ( "Error when adding user to Mailchimp list " , err ) ;
29
+ console . error ( "Error when adding user to Mailchimp audience " , err ) ;
30
30
} ;
31
31
32
32
export const errorRemoveUser = ( err : Error ) => {
33
- console . error ( "Error when removing user from Mailchimp list " , err ) ;
33
+ console . error ( "Error when removing user from Mailchimp audience " , err ) ;
34
34
} ;
35
35
36
36
export const init = ( ) => {
You can’t perform that action at this time.
0 commit comments