File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/integration/next-app/src/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ export default function HomePage() {
198198 >
199199 < strong > API Route:</ strong > None
200200 < br />
201- These pages don' t make any API requests and are statically
201+ These pages don' t make any API requests and are statically
202202 generated without external data.
203203 </ div >
204204 < ul
@@ -364,8 +364,8 @@ export default function HomePage() {
364364 < strong > API Route:</ strong > < code > /api/uncached-fetch</ code >
365365 < br />
366366 These pages fetch data from the uncached API route with{ ' ' }
367- < code > dynamic: ' force-dynamic' </ code > setting, causing a new fetch
368- on every request.
367+ < code > dynamic: ' force-dynamic' </ code > setting, causing a
368+ new fetch on every request.
369369 </ div >
370370 < ul
371371 style = { {
You can’t perform that action at this time.
0 commit comments