Currently if we create two articles named `test`, they will have the following slugs: ``` test test.1 ``` This should be: ``` test test-1 ``` Because slugs should only use the dash as delimiter.