No,
ECC algorithm works during flash reading. If there is single bit error, ECC algorithm will try fix this error and you will read repaired value instead of real value.
If you want “remove” this single bit error, you have to erase whole sector (256 byte in case of D-Flash) and program all data back.
When you program phrase (8bytes), eight ECC bits will be calculated and programmed automatically.