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

Rename concatChildren() argument from childrens to childrenArguments #1232

Merged
merged 2 commits into from
Jun 20, 2017

Conversation

maurobringolf
Copy link
Contributor

Just a really small naming change that fixes #915.

element/index.js Outdated
* @param {...?Object} childrens Set of children to concatenate
* @return {Array} The concatenated value
* @param {...?Object} childrenArguments Array of children arguments (array of arrays/strings/objects) to concatenate
* @return {Array} The concatenated value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I diff the diff here should be spaces and not tabs, that way the text would be aligned?

Copy link
Contributor

@youknowriad youknowriad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use correct plural for "children"
2 participants