Skip to content

Commit e3351db

Browse files
committed
♻️ Rename Live Preview Query
1 parent 2f561bc commit e3351db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class Stack {
9595
setHost(host: string): Stack;
9696
setCachePolicy(policy: CachePolicy): Stack;
9797
setCacheProvider(provider: object): Stack;
98-
setLivePreview(query: LivePreviewQuery): void;
98+
livePreviewQuery(query: LivePreviewQuery): void;
9999
clearByQuery(): Stack;
100100
clearByContentType(): Stack;
101101
clearAll(): Stack;

0 commit comments

Comments
 (0)