Fix metadata typo in examples/with-jest page (#55994)

Fix typo in `app/rsc/page.tsx`: `const metdata` should be `const metadata`
This commit is contained in:
Yahya Muhammad 2023-09-26 09:46:20 +07:00 committed by GitHub
parent 0e61aa99a2
commit e94868215d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
import 'server-only'
export const metdata = {
export const metadata = {
title: 'App Router',
}