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

Blur Filter typo in docs #189

Closed
btelintelo opened this issue Sep 23, 2016 · 1 comment
Closed

Blur Filter typo in docs #189

btelintelo opened this issue Sep 23, 2016 · 1 comment
Assignees
Milestone

Comments

@btelintelo
Copy link

let blurredImage = image.af_imageFiltered(
withCoreImageFilter: "CIGuassianBlue",
parameters: ["inputRadius": 25]
)

^Should say "CIGaussianBlur" not "CIGuassianBlue"

@cnoon
Copy link
Member

cnoon commented Oct 1, 2016

Thanks @btelintelo...fixed in 609f625.

Cheers. 🍻

@cnoon cnoon closed this as completed Oct 1, 2016
@cnoon cnoon added this to the 3.0.1 milestone Oct 1, 2016
@cnoon cnoon self-assigned this Oct 1, 2016
@cnoon cnoon modified the milestones: 3.1.0, 3.0.1 Oct 2, 2016
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

2 participants