File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def HighlightJS(
79
79
# %% ../nbs/api/03_js.ipynb
80
80
def SortableJS (
81
81
sel = '.sortable' , # CSS selector for sortable elements
82
- ghost_class = 'blue-background-class' # When an element is being dragged, this is the class used to distingish it from the rest
82
+ ghost_class = 'blue-background-class' # When an element is being dragged, this is the class used to distinguish it from the rest
83
83
):
84
84
src = """
85
85
import {Sortable} from 'https://cdn.jsdelivr.net/npm/sortablejs/+esm';
Original file line number Diff line number Diff line change 311
311
" #| export\n " ,
312
312
" def SortableJS(\n " ,
313
313
" sel='.sortable', # CSS selector for sortable elements\n " ,
314
- " ghost_class='blue-background-class' # When an element is being dragged, this is the class used to distingish it from the rest\n " ,
314
+ " ghost_class='blue-background-class' # When an element is being dragged, this is the class used to distinguish it from the rest\n " ,
315
315
" ):\n " ,
316
316
" src = \"\"\"\n " ,
317
317
" import {Sortable} from 'https://cdn.jsdelivr.net/npm/sortablejs/+esm';\n " ,
You can’t perform that action at this time.
0 commit comments