dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Typo in wiki #1617

Closed eriklotin closed 5 years ago

eriklotin commented 5 years ago

Hi! There is a typo in wiki page https://github.com/dingo/api/wiki/API-Blueprint-Documentation

In a row @Parameter("example", type="integer", required=true description="This is an example.", default=1) missed comma after required=true

specialtactics commented 5 years ago

Fixed, thanks for reporting.