Skip to content

Commit cef52b4

Browse files
committed
docs: Polish changeset formatting and fix typo
- Add js syntax highlighting to code block - Fix spacing in comment - Fix "overriden" → "overridden" typo
1 parent 22341a1 commit cef52b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.changeset/tidy-moles-brush.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ You can now configure the default toolbar position (`'bottom-left'`, `'bottom-ce
88

99
You can set a project default that is consistent across environments (e.g. dev machines, browser instances, team members):
1010

11-
```
12-
//astro.config.mjs
11+
```js
12+
// astro.config.mjs
1313
export default defineConfig({
1414
devToolbar: {
1515
placement: 'bottom-left',
1616
},
1717
});
1818
```
1919

20-
User preferences from the toolbar UI (stored in `localStorage`) still take priority, so this setting can be overriden in individual situations as necessary.
20+
User preferences from the toolbar UI (stored in `localStorage`) still take priority, so this setting can be overridden in individual situations as necessary.

0 commit comments

Comments
 (0)