Skip to content

Commit f412d78

Browse files
committed
oops this should be deployments
1 parent d78a09d commit f412d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/25-build-and-deploy/80-adapter-netlify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Additionally, you can add your own Netlify functions by creating a directory for
115115

116116
### Accessing the file system
117117

118-
You can't use `fs` in edge functions.
118+
You can't use `fs` in edge deployments.
119119

120-
You _can_ use it in serverless functions, but it won't work as expected, since files are not copied from your project into your deployment. Instead, use the [`read`]($app-server#read) function from `$app/server` to access your files. It also works inside edge deployments by fetching the file from the deployed public assets location.
120+
You _can_ use it in serverless deployments, but it won't work as expected, since files are not copied from your project into your deployment. Instead, use the [`read`]($app-server#read) function from `$app/server` to access your files. It also works inside edge deployments by fetching the file from the deployed public assets location.
121121

122122
Alternatively, you can [prerender](page-options#prerender) the routes in question.

0 commit comments

Comments
 (0)