Skip to content

Commit a448bd6

Browse files
authored
docs(docsWeb): fix typo on faq page (#1169)
1 parent 9f353a0 commit a448bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ A very crude solution would be something like this:
146146
import { ScullyConfig } from '@scullyio/scully';
147147

148148
const preLangConfig: ScullyConfig = {
149-
/** settngs */
149+
/** settings */
150150
routes: {
151151
':lang/route1': { type: 'default' },
152152
':lang/route2': { type: 'default' },

docs/faq_es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ A very crude solution would be something like this:
133133
import { ScullyConfig } from '@scullyio/scully';
134134

135135
const preLangConfig: ScullyConfig = {
136-
/** settngs */
136+
/** settings */
137137
routes: {
138138
':lang/route1': { type: 'default' },
139139
':lang/route2': { type: 'default' },

0 commit comments

Comments
 (0)