Skip to content

Commit

Permalink
Fixes spelling error "neeed" to "need" (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelseverson authored and samtstern committed May 31, 2016
1 parent 6e5bdef commit cac5b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void onClick(View v) {
viewHolder.bindToPost(model, new View.OnClickListener() {
@Override
public void onClick(View starView) {
// Neeed to write to both places the post is stored
// Need to write to both places the post is stored
DatabaseReference globalPostRef = mDatabase.child("posts").child(postRef.getKey());
DatabaseReference userPostRef = mDatabase.child("user-posts").child(model.uid).child(postRef.getKey());

Expand Down

0 comments on commit cac5b5a

Please sign in to comment.