Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit e952c76

Browse files
author
Kelly Selden
committed
Merge pull request #39 from AlexKVal/patch-1
fix typo
2 parents 2eebea8 + aa1630d commit e952c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2013-04-06-developing-addons-and-blueprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Optionally, you may specify whether your `ember-addon` must run `"before"` or `"
188188

189189
Optionally, you may specify a different name for the `"defaultBlueprint"`. It defaults to the name in the `package.json`. This blueprint will be run automatically when your addon is installed with the `ember install` command.
190190

191-
Optionally, you may specify the `"demoURL"` property with the fully qualified URL of a website showing your addon in action. Sites likes [Ember Addons](http://emberaddons.com/) and [Ember Observer](http://emberobserver.com/) will display a link to `"demoURL"`.
191+
Optionally, you may specify the `"demoURL"` property with the fully qualified URL of a website showing your addon in action. Sites like [Ember Addons](http://emberaddons.com/) and [Ember Observer](http://emberobserver.com/) will display a link to `"demoURL"`.
192192

193193
{% highlight javascript %}
194194
"ember-addon": {

0 commit comments

Comments
 (0)