Skip to content

Commit

Permalink
fix declarative example in introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
aabustamante authored and Alexander Fedyashov committed May 25, 2017
1 parent 46e1bfe commit a5b4fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/Views/Introduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const RatingJSX = '<Rating rating={1} maxRating={5} />'
const RatingHTML = `<div
class="ui rating"
data-rating="1"
data-max-rating="3"
data-max-rating="5"
></div>`

const MessageIconJSX = `<Message
Expand Down

0 comments on commit a5b4fb7

Please sign in to comment.