diff --git a/overview.md b/overview.md index b75a80f..52391f8 100644 --- a/overview.md +++ b/overview.md @@ -1,12 +1,12 @@ # Block Duplicate Work Items This extension provides the ability to ***block*** duplicate work item creation, similarity between work items is currently determined based on [Dice's Coefficient](http://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient). -Checks are automatically performed on work items of ***the same type|All types*** and on the following fields (configurable from the project's admin hub) : +Checks are automatically performed on work items of ***the same type*** | ***all types*** and on the following fields (configurable from the project's admin hub) : - Title - Description -As we are more intrested in the textual content before performing our similarity check we normalize our text: +As we are more interested in the textual content before performing our similarity check we normalize our text: 1. Removing all HTML tags. 2. Removing the following punctuation **!"#$%&'()\*+,-./:;?@[\\]^_`{|}~**. diff --git a/src/block-duplicate-project-admin.tsx b/src/block-duplicate-project-admin.tsx index 8b33200..e6d24e8 100644 --- a/src/block-duplicate-project-admin.tsx +++ b/src/block-duplicate-project-admin.tsx @@ -209,7 +209,7 @@ export default class BlockDuplicatesAdmin extends React.Component<

- As we are more intrested in the textual content before performing + As we are more interested in the textual content before performing our similarity check we normalize our text:

  1. Removing all HTML tags.