8000 Update CONTRIBUTING.md · plotly/plotly.js@fc94a0c · GitHub
[go: up one dir, main page]

Skip to content
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

Appearance settings

Commit fc94a0c

Browse files
authored
Update CONTRIBUTING.md
correct typo
1 parent 3cafc65 commit fc94a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ This will produce the following plot, and say you want to simulate a selection p
340340

341341
The trace modules (found in [`src/traces`](https://github.com/plotly/plotly.js/tree/master/src/traces))
342342
are defined as plain objects with functions and constants attached to them in an index file
343-
(e.g. `src/traces/scatter/index.js`). The trace modules are "registered" undo the `Registry` object
343+
(e.g. `src/traces/scatter/index.js`). The trace modules are "registered" under the `Registry` object
344344
(found in [`src/registry.js`](https://github.com/plotly/plotly.js/blob/master/src/registry.js)) using
345345
`Plotly.register` (as done in the index files in `dist/`).
346346

0 commit comments

Comments
 (0)
0