Skip to content

Commit 5abb9de

Browse files
[docs] Address review: make config comment conditional
1 parent 283d108 commit 5abb9de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sites/docs/src/content/platform-integration/web/initialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ loading.textContent = "Loading Entrypoint...";
250250
_flutter.loader.load({
251251
onEntrypointLoaded: async function(engineInitializer) {
252252
loading.textContent = "Initializing engine...";
253-
// Pass your `config` here. Any config given to `load()` is not
254-
// forwarded when you supply your own `onEntrypointLoaded` callback.
253+
// If you have a `config`, pass it here. The config given to `load()`
254+
// is not forwarded when you supply your own `onEntrypointLoaded`.
255255
const appRunner = await engineInitializer.initializeEngine();
256256

257257
loading.textContent = "Running app...";

0 commit comments

Comments
 (0)