Skip to content

Commit aefe703

Browse files
committed
doc(test) fix typo
1 parent bf88b38 commit aefe703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/wpunit/BuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public function should_not_create_tables_during_switch_blog_if_blog_not_installe
376376
$table->drop();
377377
// Sanity check.
378378
$this->assertFalse( $table->exists() );
379-
// Set up as if switching to a blog before it's installed, during its creeation.
379+
// Set up as if switching to a blog before it's installed, during its creation.
380380
wp_cache_delete( 'is_blog_installed' );
381381
// Remove all other filters to avoid side-effects.
382382
remove_all_filters( 'switch_blog' );

0 commit comments

Comments
 (0)