Skip to content

Commit 3581b98

Browse files
committed
typo
1 parent 81bd042 commit 3581b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def add_url(name, view_func, methods=['GET']):
7272
name,
7373
view_func=view_func,
7474
endpoint=name,
75-
methds=methods
75+
methods=methods
7676
)
7777

7878
add_url(

0 commit comments

Comments
 (0)