github / catalyst

Catalyst is a set of patterns and techniques for developing components within a complex application.
https://github.github.io/catalyst/
MIT License
1.32k stars 49 forks source link

Docs: surface required delimiters for Targets' and Actions' syntax patterns #320

Closed francisfuzz closed 4 days ago

francisfuzz commented 4 days ago

Summary

Closes #319

This PR notates the required delimiters for the syntax patterns of Targets and Actions in the documentation. The changes are beneficial because they provide clarity and consistency in the documentation, making it easier for users to understand and follow the syntax patterns for Targets and Actions (specifically, that they don't use random characters as delimiters! 😉 ).

keithamus commented 4 days ago

Thanks @francisfuzz, great work!