Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in git workflow documentation #29324

Merged
merged 2 commits into from
Feb 25, 2021
Merged

Fix typos in git workflow documentation #29324

merged 2 commits into from
Feb 25, 2021

Conversation

felixbaumgaertner
Copy link
Contributor

Description

Fixes an error in the example code. Line 49 mentions 'update' instead of 'upgrade', which should be the same.

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows the accessibility standards.
  • I've tested my changes with keyboard and screen readers.
  • My code has proper inline documentation.
  • I've included developer documentation if appropriate.
  • I've updated all React Native files affected by any refactorings/renamings in this PR.

@talldan talldan added the [Type] Developer Documentation Documentation for developers label Feb 25, 2021
@talldan talldan changed the title update/git-workflow Fix typos in git workflow documentation Feb 25, 2021
Copy link
Contributor

@talldan talldan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@talldan talldan merged commit 8ab2453 into WordPress:master Feb 25, 2021
@github-actions github-actions bot added this to the Gutenberg 10.2 milestone Feb 25, 2021
@felixbaumgaertner felixbaumgaertner deleted the update/git-workflow branch February 25, 2021 07:45
@@ -80,7 +80,7 @@ function render_block_core_search( $attributes ) {
}

$button_markup = sprintf(
'<button type="submit"class="wp-block-search__button ' . $button_classes . '">%s</button>',
'<button type="submit" class="wp-block-search__button ' . $button_classes . '">%s</button>',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this change was accidentally included. I saw that it's being fixed in another PR so it's probably fine 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Developer Documentation Documentation for developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants