intales / gazelle

Lightweight Dart HTTP server framework for modular web development. Build APIs with speed and simplicity.
https://docs.gazelle-dart.dev
BSD 3-Clause "New" or "Revised" License
25 stars 6 forks source link

Update gazelle_logger_example.dart #38

Open soltanzadehErfan opened 2 weeks ago

soltanzadehErfan commented 2 weeks ago

Fixed the typo resonse to response. Added type annotations (GazelleApp app) for better clarity. Consistently formatted the list items and function parameters to improve readability. Removed unnecessary trailing commas and spaces for a cleaner look.

raman04-byte commented 2 weeks ago

My POV: I get that fixing typos is good, but you should leave those things for the maintainers and start solving some issues or finding bugs.

soltanzadehErfan commented 2 weeks ago

My POV: I get that fixing typos is good, but you should leave those things for the maintainers and start solving some issues or finding bugs.

its right, but i dont have to much time to spend on open source projects because of that for now i just can improve and optimize codes