Skip to content

Commit 5b55b85

Browse files
authored
Merge pull request #300 from corneliusroemer/typo1
fix typos using codespell
2 parents 0024474 + e237849 commit 5b55b85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fasthtml/js.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def HighlightJS(
7979
# %% ../nbs/api/03_js.ipynb
8080
def SortableJS(
8181
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
8383
):
8484
src = """
8585
import {Sortable} from 'https://cdn.jsdelivr.net/npm/sortablejs/+esm';

nbs/api/03_js.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"#| export\n",
312312
"def SortableJS(\n",
313313
" 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",
315315
" ):\n",
316316
" src = \"\"\"\n",
317317
"import {Sortable} from 'https://cdn.jsdelivr.net/npm/sortablejs/+esm';\n",

0 commit comments

Comments
 (0)