scotthmurray / d3-book

Code examples for “Interactive Data Visualization for the Web”
http://d3book.com
Other
2.41k stars 1.79k forks source link

Typos #25

Closed azdanov closed 6 years ago

azdanov commented 6 years ago

overriden should be overridden

https://github.com/alignedleft/d3-book/blob/78deb23662a69de4379a4d9753fb30a45ef9bf2f/chapter_06/02_drawing_divs_height.html#L12 https://github.com/alignedleft/d3-book/blob/78deb23662a69de4379a4d9753fb30a45ef9bf2f/chapter_06/03_drawing_divs_spaced.html#L12 https://github.com/alignedleft/d3-book/blob/78deb23662a69de4379a4d9753fb30a45ef9bf2f/chapter_06/04_power_of_data.html#L12 https://github.com/alignedleft/d3-book/blob/78deb23662a69de4379a4d9753fb30a45ef9bf2f/chapter_06/05_power_of_data_more_points.html#L12 https://github.com/alignedleft/d3-book/blob/78deb23662a69de4379a4d9753fb30a45ef9bf2f/chapter_06/06_power_of_data_random.html#L12 https://github.com/alignedleft/d3-book/blob/78deb23662a69de4379a4d9753fb30a45ef9bf2f/chapter_06/07_power_of_data_rounded.html#L12

scotthmurray commented 6 years ago

@azdanov Thank you for reporting this! Fortunately, this misspelling wasn't included in the book itself.

azdanov commented 6 years ago

@alignedleft Another typo in word "Feburary".

https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/01_initial_chart.html#L26 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/02_color_by_type.html#L26 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/03_sorted_by_type.html#L26 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/04_types_only.html#L26 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/05_click_transition.html#L26 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/06_update_axis.html#L26 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/07_hide_reveal_vehicles.html#L31 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/08_zoom_to_vehicle.html#L31 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/09_back_button.html#L50 https://github.com/alignedleft/d3-book/blob/cf4d229883b3754bb9c9bd4975cea94eb2d4d13b/chapter_16/10_refine_styling.html#L54

scotthmurray commented 6 years ago

Amazing, thank you again, @azdanov!

I have fixed that misspelling in the code, and published a new release.

Fortunately, that typo does not appear in the text of the book. Unfortunately, it does appear visually in some screenshots in Chapter 16. I have logged this in the errata so it can be fixed in the next update to the book.