Skip to content

Commit

Permalink
Copypasta fix in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinSainton committed Feb 26, 2014
1 parent d8f5048 commit 9b0ddb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/admin/class-wc-admin-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

/**
* WC_Admin_Welcome class.
* WC_Admin_Edtior class.
*
* @since 2.0
*/
Expand Down Expand Up @@ -85,4 +85,4 @@ public function refresh_mce( $ver ) {

}

new WC_Admin_Editor();
new WC_Admin_Editor();

0 comments on commit 9b0ddb2

Please sign in to comment.