Skip to content

Commit a138714

Browse files
WeakkyJason Kuhrt
and
Jason Kuhrt
authored
fix typo
Co-authored-by: Jason Kuhrt <[email protected]>
1 parent e3749f4 commit a138714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/layout/layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const checks = {
227227
code: 'no_app_or_schema_modules',
228228
// prettier-ignore
229229
explanations: {
230-
problem: `We could not find any modules that imports 'nexus' or ${CONVENTIONAL_ENTRYPOINT_FILE_NAME} entrypoint`,
230+
problem: `We could not find any modules that import 'nexus' or ${CONVENTIONAL_ENTRYPOINT_FILE_NAME} entrypoint`,
231231
solution: stripIndent`
232232
Please do one of the following:
233233

0 commit comments

Comments
 (0)