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.36k stars 50 forks source link

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

Closed francisfuzz closed 4 months ago

francisfuzz commented 4 months 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 months ago

Thanks @francisfuzz, great work!