Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation typo #10783

Closed
char0n opened this issue Nov 22, 2017 · 3 comments
Closed

Documentation typo #10783

char0n opened this issue Nov 22, 2017 · 3 comments
Assignees

Comments

@char0n
Copy link

char0n commented Nov 22, 2017

Documentation on following url contains a typo.

@include button-disable);

should be

@include button-disable;
@mminer
Copy link

mminer commented Nov 29, 2017

I too ran into this typo. I'd be happy to fix it, but after some searching I'm unclear where this documentation is generated. Any tips?

@Owlbertz
Copy link
Contributor

After looking into this I found where the mixin is defined and believe it should be

@include button-disabled

@ncoden
Copy link
Contributor

ncoden commented Dec 30, 2017

This seems to be a bug with SassDoc when it encounter @param [Color]... instead or @param {Color}.... You can see the mixin is not named properly and its parameters are missing.

@ncoden ncoden self-assigned this Dec 30, 2017
ncoden added a commit to ncoden/foundation-sites that referenced this issue Dec 30, 2017
ncoden added a commit to ncoden/foundation-sites that referenced this issue Dec 30, 2017
ncoden added a commit that referenced this issue Dec 31, 2017
…o-10783

docs: fix typo in `button-disabled()` params #10783
ncoden added a commit to ncoden/foundation-sites that referenced this issue Jun 16, 2018
…rams-typo-10783 for v6.5.0

54cf839 docs: fix typo for `button-disabled` param types foundation#10783

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants