sorentwo / oban

💎 Robust job processing in Elixir, backed by modern PostgreSQL and SQLite3
https://getoban.pro
Apache License 2.0
3.25k stars 308 forks source link

Oban.Pro.Workers.Workflow documentation typos #1118

Closed esambo closed 1 month ago

esambo commented 1 month ago

It would be nice to clean up some minor typos in the documentation

https://getoban.pro/docs/pro/1.4.10/Oban.Pro.Workers.Workflow.html#module-usage

- As a trivial example, we'll define an `EchoWorker` that only inspects that `args`, [...]
+ As a trivial example, we'll define an `EchoWorker` that only inspects the `args`, [...]

https://getoban.pro/docs/pro/1.4.10/Oban.Pro.Workers.Workflow.html#module-dynamic-workflows

- [...] The key us using Enum.reduce to accumulate a workflow with interpolated names [...]
+ [...] The key is using Enum.reduce to accumulate a workflow with interpolated names [...]
sorentwo commented 1 month ago

Thanks for the report. Fixed on main for the next release 👍