Skip to content

Commit 3da3296

Browse files
committed
Customize: Correct a typo in a console warning message.
This corrects a typo from "instantating" to "instantiating". Follow-up to [41374]. Props benniledl, mukesh27, Presskopp. Fixes #60222. git-svn-id: https://develop.svn.wordpress.org/trunk@57262 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 57597d9 commit 3da3296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/_enqueues/wp/customize/controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3866,7 +3866,7 @@
38663866
var control = this, container, notifications, hasError = false;
38673867

38683868
if ( 'undefined' !== typeof console && console.warn ) {
3869-
console.warn( '[DEPRECATED] wp.customize.Control.prototype.renderNotifications() is deprecated in favor of instantating a wp.customize.Notifications and calling its render() method.' );
3869+
console.warn( '[DEPRECATED] wp.customize.Control.prototype.renderNotifications() is deprecated in favor of instantiating a wp.customize.Notifications and calling its render() method.' );
38703870
}
38713871

38723872
container = control.getNotificationsContainerElement();

0 commit comments

Comments
 (0)