[DATALAD RUNCMD] run codespell throughout fixing few left typos automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
This commit is contained in:
Yaroslav Halchenko
2025-01-03 14:09:47 -05:00
parent 1a928bc6a4
commit 8f1953e667
4 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@
<style>
.placeholder::before {
/* abolute */
/* absolute */
position: absolute;
content: attr(data-placeholder);
color: #adb5bd;

View File

@@ -10,7 +10,7 @@
export const ssr = false;
// How to manage the trailing slashes in the URLs
// the URL for about page witll be /about with 'ignore' (default)
// the URL for about page witll be /about/ with 'always'
// the URL for about page will be /about with 'ignore' (default)
// the URL for about page will be /about/ with 'always'
// https://kit.svelte.dev/docs/page-options#trailingslash
export const trailingSlash = 'ignore';