浏览代码

brew: fix typo in README (#7184)

Rubén Durán Balda 5 年之前
父节点
当前提交
8bc9f23b7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/brew/README.md

+ 1 - 1
plugins/brew/README.md

@@ -16,4 +16,4 @@ plugins=(... brew)
 | brewsp | `brew list --pinned` | Show the versions of pinned formulae, or only the specified (pinned) formulae if formulae are given. |
 | bubo   | `brew update && brew outdated` | Fetch the newest version of Homebrew and all formulae, then list outdated formulae. |
 | bubc   | `brew upgrade && brew cleanup` | Upgrade outdated, unpinned brews (with existing install options), then removes stale lock files and outdated downloads for formulae and casks, and removes old versions of installed formulae. |
-| bubo   | `bubo && bubc`       | Updates Homebrew, lists outdated formulae, upgrades oudated and unpinned formulae, and removes stale and outdated downloads and versions. |
+| bubu   | `bubo && bubc`       | Updates Homebrew, lists outdated formulae, upgrades oudated and unpinned formulae, and removes stale and outdated downloads and versions. |