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

typo in string namespace for capitalize function #91

Closed
2 tasks done
frinyvonnick opened this issue Sep 4, 2017 · 1 comment
Closed
2 tasks done

typo in string namespace for capitalize function #91

frinyvonnick opened this issue Sep 4, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@frinyvonnick
Copy link
Contributor

Prerequisites

Description

There is a typo in index.js file in string namespace. There is a z instead of a t in method name.

import { capizalize } from './capizalize'
import { replace } from './replace'
import { toLower } from './toLower'
import { toUpper } from './toUpper'

/**
 * String functions.
 * @namespace string
 * @since 0.3.0
 */
export {
  capizalize,
  replace,
  toLower,
  toUpper,
}

Only for bugs 🐛

Version : 3.0.0

@nlepage
Copy link
Member

nlepage commented Sep 4, 2017

closed by #92

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

No branches or pull requests

2 participants