Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2k
Closed
Description
cf:https://github.com/quarto-dev/quarto-web
Noticed the herein typos in the above repository's example file gapminder-notebook.ipynb.
$ grep -o -E '.Expectected.{0,24}' plotly.js/dist/plotly-with-meta.js"Expectected at least one argument.""Expectected at least one argument."$ grep -o -E 'Unrecoginized.{0,13}' plotly.js/dist/plotly-with-meta.jsUnrecoginized textBaseline$ grep -o -E 'corrispondence.{0,14}' plotly.js/dist/plotly-with-meta.jscorrispondence with the keys$ grep -o -E '...expecially.{0,11}' plotly.js/dist/plotly-with-meta.jsFF expecially needs that$ grep -o -E '.insufficent.{0,15}' plotly.js/dist/plotly-with-meta.js"insufficent Array support"$ grep -o -E '.{0,14}intside.{0,25}' plotly.js/dist/plotly-with-meta.jsax.ticks !== "intside" ? opts.ticklen || 0 : 0$If the Maintainers concur on these fixes a PR can be opened.
$ cat typos.sh#!/bin/shsed -i "s/Expectected/Expected/g" plotly.js/dist/plotly-with-meta.jssed -i "s/Expectected/Expected/g" plotly.js/dist/plotly.min.jssed -i "s/Expectected/Expected/g" plotly.js/dist/plotly.jssed -i "s/Expectected/Expected/g" plotly.js/dist/plotly-strict.jssed -i "s/Expectected/Expected/g" plotly.js/dist/plotly-mapbox.jssed -i "s/Expectected/Expected/g" plotly.js/dist/plotly-strict.min.jssed -i "s/Expectected/Expected/g" plotly.js/dist/plotly-mapbox.min.jssed -i "s/Unrecoginized/Unrecognized/g" plotly.js/dist/plotly-gl3d.jssed -i "s/Unrecoginized/Unrecognized/g" plotly.js/dist/plotly-gl3d.min.jssed -i "s/Unrecoginized/Unrecognized/g" plotly.js/dist/plotly-strict.jssed -i "s/Unrecoginized/Unrecognized/g" plotly.js/dist/plotly-strict.min.jssed -i "s/Unrecoginized/Unrecognized/g" plotly.js/dist/plotly-with-meta.jssed -i "s/Unrecoginized/Unrecognized/g" plotly.js/dist/plotly.jssed -i "s/Unrecoginized/Unrecognized/g" plotly.js/dist/plotly.min.jssed -i "s/Unrecoginized/Unrecognized/g" plotly.js/stackgl_modules/index.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-with-meta.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-gl2d.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-gl2d.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-basic.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-strict.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-finance.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-cartesian.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-finance.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-geo.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-mapbox.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-cartesian.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-gl3d.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-basic.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-geo.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-strict.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-gl3d.jssed -i "s/corrispondence/correspondence/g" plotly.js/dist/plotly-mapbox.min.jssed -i "s/corrispondence/correspondence/g" plotly.js/test/jasmine/tests/plot_api_test.jssed -i "s/corrispondence/correspondence/g" plotly.js/src/plot_api/plot_api.jssed -i "s/expecially/especially/g" plotly.js/dist/plotly-with-meta.jssed -i "s/expecially/especially/g" plotly.js/dist/plotly-gl2d.min.jssed -i "s/expecially/especially/g" plotly.js/dist/plotly.min.jssed -i "s/expecially/especially/g" plotly.js/dist/plotly.jssed -i "s/expecially/especially/g" plotly.js/dist/plotly-gl2d.jssed -i "s/expecially/especially/g" plotly.js/dist/plotly-strict.jssed -i "s/expecially/especially/g" plotly.js/dist/plotly-strict.min.jssed -i "s/insufficent/insufficient/g" plotly.js/dist/plotly-with-meta.jssed -i "s/insufficent/insufficient/g" plotly.js/dist/plotly.min.jssed -i "s/insufficent/insufficient/g" plotly.js/dist/plotly.jssed -i "s/insufficent/insufficient/g" plotly.js/dist/plotly-strict.jssed -i "s/insufficent/insufficient/g" plotly.js/dist/plotly-mapbox.jssed -i "s/insufficent/insufficient/g" plotly.js/dist/plotly-strict.min.jssed -i "s/insufficent/insufficient/g" plotly.js/dist/plotly-mapbox.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-with-meta.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-gl2d.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-gl2d.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-basic.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-strict.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-finance.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-cartesian.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-finance.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-geo.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-mapbox.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-cartesian.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-gl3d.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-basic.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-geo.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-strict.min.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-gl3d.jssed -i "s/intside/inside/g" plotly.js/dist/plotly-mapbox.min.jssed -i "s/intside/inside/g" plotly.js/src/components/colorbar/draw.js$The Maintainers are hereby authorised to use and/or modify the shell script.