Skip to content

Commit 07a99b2

Browse files
authored
docs: fix position of single quote (sveltejs#171)
1 parent fe5db26 commit 07a99b2

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-sveltekit/07-page-options/05-trailingslash

1 file changed

+1
-1
lines changed

content/tutorial/02-sveltekit/07-page-options/05-trailingslash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you instead want to ensure that a trailing slash is always present, you can s
1313
export const trailingSlash = 'always';
1414
```
1515

16-
To accommodate both cases (this is not recommended!), use `'ignore`':
16+
To accommodate both cases (this is not recommended!), use `'ignore'`:
1717

1818
```js
1919
/// file: src/routes/ignore/+page.server.js

0 commit comments

Comments
 (0)