Skip to content

Commit

Permalink
spelling fixes (#1781)
Browse files Browse the repository at this point in the history
* fix wether to whether

* relase notes
  • Loading branch information
shaniacht1 authored and Anar Azadaliyev committed Jul 11, 2018
1 parent 8cecdc0 commit adb3afa
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Playbooks/playbook-Domain_Enrichment_-_Generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ id: domain_enrichment_generic
version: -1
name: Domain Enrichment - Generic
fromversion: 3.6.0
releaseNotes: "Spelling fix"
description: Enrich Domain using one or more integrations
starttaskid: "0"
tasks:
Expand Down Expand Up @@ -35,7 +36,7 @@ tasks:
id: cdbe7d29-d014-4ecd-8323-1ad5541cab78
version: -1
name: Are there Domains to check?
description: Determines wether the playbook's input contains a domain name.
description: Determines whether the playbook's input contains a domain name.
type: condition
iscommand: false
brand: ""
Expand Down
3 changes: 2 additions & 1 deletion Playbooks/playbook-Domain_Enrichment_-_Generic_3_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ id: domain_enrichment_generic
version: -1
fromversion: 3.5.0
toversion: 3.6.0
releaseNotes: "Spelling fix"
name: Domain Enrichment - Generic
description: Enrich Domain using one or more integrations
starttaskid: "0"
Expand Down Expand Up @@ -36,7 +37,7 @@ tasks:
id: 55a34733-b900-4566-88d7-30365d4e3866
version: -1
name: Are there Domains to check?
description: Determines wether the playbook's input contains a domain name.
description: Determines whether the playbook's input contains a domain name.
type: condition
iscommand: false
brand: ""
Expand Down
3 changes: 2 additions & 1 deletion Playbooks/playbook-IP_Enrichment_-_Generic_3_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ id: ip_enrichment_generic
version: -1
fromversion: 3.5.0
toversion: 3.6.0
releaseNotes: "Spelling fix"
name: IP Enrichment - Generic
description: Enrich IP using one or more integrations
starttaskid: "0"
Expand Down Expand Up @@ -186,7 +187,7 @@ tasks:
id: 769422b8-e388-4be4-8bd9-911fb17421f4
version: -1
name: Do we have IP Addresses?
description: Determine wether the playbook's input contains IP addresses.
description: Determine whether the playbook's input contains IP addresses.
type: condition
iscommand: false
brand: ""
Expand Down
3 changes: 2 additions & 1 deletion Scripts/script-EmailAskUser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ commonfields:
version: -1
name: EmailAskUser
fromversion: 3.5.0
releaseNotes: "Spelling fix"
script: |-
// email body type
var bodyType = 'text';
Expand Down Expand Up @@ -152,7 +153,7 @@ args:
predefined:
- "true"
- "false"
description: Indicates wether to use one-time entitlement or a persistent one
description: Indicates whether to use one-time entitlement or a persistent one
defaultValue: "false"
- name: retries
description: Indicates how many times to try and create an entitlement in case of
Expand Down
3 changes: 2 additions & 1 deletion Scripts/script-MattermostAskUser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ commonfields:
id: MattermostAskUser
version: -1
name: MattermostAskUser
releaseNotes: "Spelling fix"
script: |-
res = demisto.executeCommand('addEntitlement', {'persistent': demisto.get(demisto.args(), 'persistent'), 'replyEntriesTag': demisto.get(demisto.args(), 'replyEntriesTag')})
if isError(res[0]):
Expand Down Expand Up @@ -47,7 +48,7 @@ args:
predefined:
- "true"
- "false"
description: Indicates wether to use one-time entitlement or a persistent one
description: Indicates whether to use one-time entitlement or a persistent one
defaultValue: "false"
scripttarget: 0
runonce: false
Expand Down
3 changes: 2 additions & 1 deletion Scripts/script-SendEmailToManager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ commonfields:
id: SendEmailToManager
version: 1
name: SendEmailToManager
releaseNotes: "Spelling fix"
fromversion: 3.5.0
script: |-
email = demisto.get(demisto.args(), 'email')
Expand Down Expand Up @@ -89,7 +90,7 @@ args:
- name: replyEntriesTag
description: Tag to add on email reply entries
- name: persistent
description: Indicates wether to use one-time entitlement or a persistent one
description: Indicates whether to use one-time entitlement or a persistent one
auto: PREDEFINED
predefined:
- "true"
Expand Down
3 changes: 2 additions & 1 deletion Scripts/script-SlackAskUser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ commonfields:
version: -1
name: SlackAskUser
fromversion: 3.5.0
releaseNotes: "Spelling fix"
script: |-
res = demisto.executeCommand('addEntitlement', {'persistent': demisto.get(demisto.args(), 'persistent'), 'replyEntriesTag': demisto.get(demisto.args(), 'replyEntriesTag')})
if isError(res[0]):
Expand Down Expand Up @@ -42,7 +43,7 @@ args:
- name: replyEntriesTag
description: Tag to add on email reply entries
- name: persistent
description: Indicates wether to use one-time entitlement or a persistent one
description: Indicates whether to use one-time entitlement or a persistent one
auto: PREDEFINED
predefined:
- "true"
Expand Down

0 comments on commit adb3afa

Please sign in to comment.