Skip to content

Commit

Permalink
docs: Update wording in X credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom committed Aug 8, 2024
1 parent ee8c9a5 commit 122d60f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export class TwitterOAuth1Api implements ICredentialType {
},
{
displayName:
'Some operations requires a Basic or a Pro API for more informations see <a href="https://developer.twitter.com/en/products/twitter-api" target="_blank">X API Docs</a>',
name: 'apiPermissioms',
'Some operations require a Basic or Pro API. Refer to <a href="https://developer.x.com/en/docs/twitter-api" target="_blank">X API Docs</a> for more information.',
name: 'apiPermissions',
type: 'notice',
default: '',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export class TwitterOAuth2Api implements ICredentialType {
properties: INodeProperties[] = [
{
displayName:
'Some operations requires a Basic or a Pro API for more informations see <a href="https://developer.twitter.com/en/products/twitter-api" target="_blank">X API Docs</a>',
name: 'apiPermissioms',
'Some operations require a Basic or Pro API. Refer to <a href="https://developer.x.com/en/docs/twitter-api" target="_blank">X API Docs</a> for more information.',
name: 'apiPermissions',
type: 'notice',
default: '',
},
Expand Down

0 comments on commit 122d60f

Please sign in to comment.