Skip to content

Commit c32c4b1

Browse files
committed
docs: add missing apostrophe for mvc example
1 parent 996066a commit c32c4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/homepage/pages/techniques/mvc/mvc.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import { join } from 'path';
9090
async function bootstrap() {
9191
const app = await NestFactory.create(ApplicationModule, new FastifyAdapter());
9292
app.useStaticAssets({
93-
root: join(__dirname, '..', public'),
93+
root: join(__dirname, '..', 'public'),
9494
prefix: '/public/',
9595
});
9696
app.setViewEngine({

0 commit comments

Comments
 (0)