diff --git a/packages/next/client/route-loader.ts b/packages/next/client/route-loader.ts index a524d16fd2b67..14cb8bef3fdf6 100644 --- a/packages/next/client/route-loader.ts +++ b/packages/next/client/route-loader.ts @@ -176,7 +176,7 @@ function resolvePromiseWithTimeout( // TODO: stop exporting or cache the failure // It'd be best to stop exporting this. It's an implementation detail. We're -// only exporting it for backwards compatibilty with the `page-loader`. +// only exporting it for backwards compatibility with the `page-loader`. // Only cache this response as a last resort if we cannot eliminate all other // code branches that use the Build Manifest Callback and push them through // the Route Loader interface.