Skip to content

Commit b3d47ec

Browse files
typo in comment
1 parent 2a0ff81 commit b3d47ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-renderer/src/actions/dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ export function computeGraphs(dependencies, dispatchError) {
750750
* in cases where an output is also an input to the same callback a special
751751
* "output" node is added and the dependencies target this output node instead.
752752
* For example, if `slider.value` is both an input and an output, then the a new
753-
* node `slider.value__output` will be added with a dependency from `slide.value`
753+
* node `slider.value__output` will be added with a dependency from `slider.value`
754754
* to `slider.value__output`. Splitting the input and output into separate nodes
755755
* removes the circularity.
756756
*

0 commit comments

Comments
 (0)