Skip to content

typos #568

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

Open
spaette opened this issue Apr 16, 2025 · 1 comment
Open

typos #568

spaette opened this issue Apr 16, 2025 · 1 comment

Comments

@spaette
Copy link

spaette commented Apr 16, 2025

$ grep -nr Spesifying Colors.jl
Colors.jl/src/utilities.jl:270:- `style`: a symbol to specify the hexadecimal notation. Spesifying the
$ grep -nr Threfore Colors.jl
Colors.jl/src/conversions.jl:28:Threfore, we can use:
$ grep -nr compornent Colors.jl
Colors.jl/docs/crosssectionalcharts.jl:12:    index::Int # compornent index
$ grep -nr prefering Colors.jl
Colors.jl/src/names_data.jl:1:# This is the union of every color defined in X11 and in SVG, prefering the SVG
$ 
@spaette
Copy link
Author

spaette commented Apr 17, 2025

If the below is approved I can open a pull.

sed -i "s/Spesifying/Specifying/g" Colors.jl/src/utilities.jl
sed -i "s/Threfore/Therefore/g" Colors.jl/src/conversions.jl
sed -i "s/compornent/component/g" Colors.jl/docs/crosssectionalcharts.jl
sed -i "s/prefering/preferring/g" Colors.jl/src/names_data.jl

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

No branches or pull requests

1 participant