docs: fix helloWorldLoader function definition (#8429)
- Make helloWorldLoader async to follow the type definition Closes #8428
This commit is contained in:
@@ -90,7 +90,7 @@ type ModuleOptions = {
|
||||
capitalize?: boolean
|
||||
}
|
||||
|
||||
export default function helloWorldLoader({
|
||||
export default async function helloWorldLoader({
|
||||
options,
|
||||
}: LoaderOptions<ModuleOptions>) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user