diff --git a/src/serve-static.ts b/src/serve-static.ts index 603cec8..b1dd127 100644 --- a/src/serve-static.ts +++ b/src/serve-static.ts @@ -7,7 +7,7 @@ import { createStreamBody } from './utils/stream' export type ServeStaticOptions = { /** - * Root path, relative to current working directory from which the app was started. Absolute paths are not supported. + * Root path. Relative path is based on current working directory from which the app was started. */ root?: string path?: string