Skip to content

Commit

Permalink
Merge pull request #142 from LaunchCodeEducation/mike-issue-27
Browse files Browse the repository at this point in the history
Fixed example react code to say GreetFriend instead of GreetingFriend
  • Loading branch information
johncfrauen-lc101 authored Sep 6, 2024
2 parents a96c17f + 7146d92 commit 7a865a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/react-part-2/reading/js-in-react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function GreetFriend(name ="Tacocat") {
);
}
export default GreetingFriend;
export default GreetFriend;
```

**Option 2:** As part of the declaration
Expand Down

0 comments on commit 7a865a1

Please sign in to comment.