Skip to content

Commit 9ba2181

Browse files
authored
website(docs): fix typo (#1325)
1 parent d8f4397 commit 9ba2181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/020-guides/110-configuration-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Nexus takes a centralized approach to settings. All components in Nexus have the
2121
```ts
2222
import { settings } from 'nexus'
2323

24-
sttings.change({
24+
settings.change({
2525
server: {
2626
playground: false,
2727
},

0 commit comments

Comments
 (0)