ardalis / DevIQ-gatsby

MIT License
45 stars 31 forks source link

Typo #389

Closed MarkowEduard closed 3 months ago

MarkowEduard commented 6 months ago

The Tell, Don't Ask (TDA) principle suggests that it is better to issue an object a command do perform some operation or logic, rather than to query its state and then take some action as a result.

should read

The Tell, Don't Ask (TDA) principle suggests that it is better to issue an object a command to perform some operation or logic, rather than to query its state and then take some action as a result.