Skip to content

Commit eb46574

Browse files
committed
oops, search filters
1 parent 3c62b44 commit eb46574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: documentation/docs/80-migrating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ declare module 'html-minifier';
162162
// @filename: index.js
163163
// ---cut---
164164
import { minify } from 'html-minifier';
165-
import { prerendering } from '$app/env';
165+
import { prerendering } from '$app/environment';
166166

167167
const minification_options = {
168168
collapseBooleanAttributes: true,

Diff for: documentation/faq/80-integrations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you need access to the `document` or `window` variables or otherwise need cod
4848
```js
4949
/// <reference types="@sveltejs/kit" />
5050
// ---cut---
51-
import { browser } from '$app/env';
51+
import { browser } from '$app/environment';
5252

5353
if (browser) {
5454
// client-only code here

0 commit comments

Comments
 (0)