Possible mistake in docs

The following code (bottom of this page) is wrong according to https://play.netlify.com/redirects

/admin/*          200!  Role=admin
/admin/*  /login  401!

I guess it should be

/admin/*  /admin/:splat  200!  Role=admin
/admin/*  /login  401!

right?

Please correct.
Thanks in advance!

Hey! Thank you for this information! I’ll let our docs team know so this can be investigated.