Skip to content

Commit 1625529

Browse files
committed
doc(src) correct
1 parent 89175c4 commit 1625529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function up( $force = false ) {
274274
* fire while creating the site.
275275
*
276276
* When is the next chance to create the tables? Likely in the `activate_blog` action that will be fired
277-
* in the same request following the site blog creation, or in the next `switch_blog` action.
277+
* in the same request following the blog creation or in the next `switch_blog` action.
278278
*/
279279
$is_blog_installed = wp_cache_get( 'is_blog_installed' );
280280
} else {

0 commit comments

Comments
 (0)