Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Nov 25, 2022
1 parent 07add02 commit 60fbf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/app-dir/rsc-errors.test.ts
Expand Up @@ -52,7 +52,7 @@ describe('app dir - rsc errors', () => {

expect(res.status).toBe(500)
expect(await res.text()).toContain(
'"getServerSideProps\\" is not support in app/'
'"getServerSideProps\\" is not supported in app/'
)
})

Expand All @@ -79,7 +79,7 @@ describe('app dir - rsc errors', () => {

expect(res.status).toBe(500)
expect(await res.text()).toContain(
'"getStaticProps\\" is not support in app/'
'"getStaticProps\\" is not supported in app/'
)
})

Expand Down

0 comments on commit 60fbf0b

Please sign in to comment.