Skip to content

Commit

Permalink
Fix whitespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Oct 8, 2024
1 parent 3b1cffd commit 3b56699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/playground/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export interface StartPlaygroundOptions {
* Whether to install WordPress. Value may be boolean or 'auto'.
* If 'auto', WordPress will be installed if it is not already installed.
*/
shouldInstallWordPress?: boolean | 'auto'; /**
shouldInstallWordPress?: boolean | 'auto';
/**
* The string prefix used in the site URL served by the currently
* running remote.html. E.g. for a prefix like `/scope:playground/`,
* the scope would be `playground`. See the `@php-wasm/scopes` package
Expand Down

0 comments on commit 3b56699

Please sign in to comment.