File tree 1 file changed +2
-2
lines changed
packages/gatsby/src/utils
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ export const shouldUpdateScroll = true
115
115
export const registerServiceWorker = true
116
116
117
117
/**
118
- * Allow a plugin to wrap the page element.
118
+ * Can be used to wrap each page element.
119
119
*
120
120
* This is useful for setting wrapper components around pages that won't get
121
121
* unmounted on page changes. For setting Provider components, use [wrapRootElement](#wrapRootElement).
@@ -142,7 +142,7 @@ export const registerServiceWorker = true
142
142
export const wrapPageElement = true
143
143
144
144
/**
145
- * Allow a plugin to wrap the root element.
145
+ * Can be used to the wrap the root element.
146
146
*
147
147
* This is useful to set up any Provider components that will wrap your application.
148
148
* For setting persistent UI elements around pages use [wrapPageElement](#wrapPageElement).
You can’t perform that action at this time.
0 commit comments