Skip to content

Commit

Permalink
fix: typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
saturninoabril committed Oct 19, 2023
1 parent 8d57668 commit 589e132
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/folder-by-parent.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
{
"parent": "plugins/ms-teams-sync",
"folders": [
"Attachements",
"Attachments",
"Mentions",
"Message Edit",
"Message sync",
Expand Down
6 changes: 3 additions & 3 deletions data/folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -1992,11 +1992,11 @@
{
"id": 10043049,
"parentId": 10041062,
"name": "Attachements",
"name": "Attachments",
"index": 4,
"folderType": "TEST_CASE",
"fullNames": ["Plugins", "MS Teams sync", "Attachements"],
"fullPath": "plugins/ms-teams-sync/attachements"
"fullNames": ["Plugins", "MS Teams sync", "Attachments"],
"fullPath": "plugins/ms-teams-sync/attachments"
},
{
"id": 10043326,
Expand Down
2 changes: 1 addition & 1 deletion data/test-cases-folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"plugins/ms-teams-calling/authentication": "Authentication",
"plugins/ms-teams-calling/general-functionality": "General Functionality",
"plugins/ms-teams-sync": "MS Teams sync",
"plugins/ms-teams-sync/attachements": "Attachements",
"plugins/ms-teams-sync/attachments": "Attachments",
"plugins/ms-teams-sync/mentions": "Mentions",
"plugins/ms-teams-sync/message-edit": "Message Edit",
"plugins/ms-teams-sync/message-sync": "Message sync",
Expand Down

0 comments on commit 589e132

Please sign in to comment.