Skip to content

Commit 1f1c532

Browse files
authored
Typo
1 parent 8b89a30 commit 1f1c532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vercel-webhook-deploy.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function __construct() {
7777

7878
/**
7979
* Main Plugin Page markup
80-
*
80+
*b
8181
* @since 1.0.0
8282
**/
8383
public function plugin_settings_page_content() {?>
@@ -192,7 +192,7 @@ function vercelDeploy() {
192192

193193
vercelDeploy().done(function(res) {
194194
console.log("success")
195-
$("#build_status" ).html('Bulding in progress');
195+
$("#build_status" ).html('Building in progress');
196196
$("#build_status_id" ).removeAttr('style');
197197
$("#build_status_id").html('<b>ID</b>: ' + res.job.id);
198198
$("#build_status_state" ).removeAttr('style');
@@ -588,4 +588,4 @@ public function vb_webhook_update($post_id, $post_after, $post_before) {
588588
}
589589

590590
new vdhp_vercel_webhook_deploy;
591-
?>
591+
?>

0 commit comments

Comments
 (0)