luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

Fix typo on line 72 #1806

Closed nadar closed 6 years ago

nadar commented 6 years ago

from return $this->ouputError('Something failed inside this action');

to return $this->outputError('Something failed inside this action');

What are you changing/introducing

What is the reason for changing/introducing

QA

Q A
Is bugfix? yes/no
New feature? yes/no
Breaks BC? yes/no
Tests pass? yes/no
Fixed issues comma-separated list of tickets # fixed by the PR, if any
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 55.864% when pulling f404b990efcb73b2a3f575b092f6ddd110115bfb on kizzna:patch-1 into a264b12547da532bb0865db442410a70ca21a8d6 on luyadev:master.