Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

typos #7531

Closed
Closed
Labels
P2considered for next cyclecommunitycommunity contributiondocumentationwritten for humans
@musvaage

Description

@musvaage

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2considered for next cyclecommunitycommunity contributiondocumentationwritten for humans

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp