Skip to content

Commit

Permalink
fix: typo in user option display values
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsmitty committed Oct 31, 2023
1 parent 4f65f67 commit f788f40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ module.exports = {
},
{
value: 'operation_type',
display: 'Opteration Type'
display: 'Operation Type'
},
{
value: 'outcome',
Expand Down
4 changes: 2 additions & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
{
"value": "operation_type",
"display": "Opteration Type"
"display": "Operation Type"
},
{
"value": "outcome",
Expand Down Expand Up @@ -368,7 +368,7 @@
},
{
"value": "operation_type",
"display": "Opteration Type"
"display": "Operation Type"
},
{
"value": "outcome",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exabeam",
"version": "3.0.2",
"version": "3.0.3",
"main": "integration.js",
"private": true,
"dependencies": {
Expand Down

0 comments on commit f788f40

Please sign in to comment.