The help says Currently, this augend does NOT recognize identifiers that consist of only one word., but PascalCase matches to the word starts with capital letter like 'Word' and 'WORD'.
This is a minimum setting to reproduce ↓
lua << EOF
local augend = require("dial.augend")
require("dial.config").augends:register_group{
default = {
augend.case.new{
types = {"camelCase", "PascalCase"},
},
},
}
EOF
In this GIF, dial.nvim thinks that 'EOF' is PascalCase ↓

The help says
Currently, this augend does NOT recognize identifiers that consist of only one word., butPascalCasematches to the word starts with capital letter like 'Word' and 'WORD'.This is a minimum setting to reproduce ↓
In this GIF, dial.nvim thinks that 'EOF' is PascalCase ↓