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

Typo fix (than vs. then) #813

Merged
merged 1 commit into from
Dec 30, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli/package_manager.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For more information on how to use Yeoman's Bower integration, please see our re


##What distinguishes Bower from Jam, Volo or Ender? What does it do better? ##What distinguishes Bower from Jam, Volo or Ender? What does it do better?


It's easiest to think of Bower as a lower level component then Jam, Volo, or Ender. It's easiest to think of Bower as a lower level component than Jam, Volo, or Ender.


All Bower really does is install git paths, resolves dependencies from a component.json, checks versions, and then provides api which tells you what it did. All Bower really does is install git paths, resolves dependencies from a component.json, checks versions, and then provides api which tells you what it did.


Expand Down