We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bc96b commit 3e5952bCopy full SHA for 3e5952b
test/e2e/app-dir/actions/app-action-size-limit-invalid.test.ts
@@ -2,7 +2,7 @@ import { createNextDescribe } from 'e2e-utils'
2
import { check } from 'next-test-utils'
3
4
const CONFIG_ERROR =
5
- 'Server Actions Size Limit must be a valid number or filesize format lager than 1MB'
+ 'Server Actions Size Limit must be a valid number or filesize format larger than 1MB'
6
7
createNextDescribe(
8
'app-dir action size limit invalid config',
0 commit comments