1
0
Fork 0
This commit is contained in:
Patrick Huber 2014-11-28 09:44:37 +01:00
parent ea7553b2cc
commit 92e3f968e0
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ extend(Controller.prototype, {
///
/// `FoxxController#activateAuthentication(opts)`
///
/// To activate authentication for this authentication, first call this function.
/// To activate authentication for this controller, first call this function.
/// Provide the following arguments:
///
/// * *type*: Currently we only support *cookie*, but this will change in the future