Skip to content

Commit

Permalink
Fix the wrong character
Browse files Browse the repository at this point in the history
  • Loading branch information
xabikos committed Mar 10, 2016
1 parent f578a4c commit 5fcb781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Below is a list of all available snippets and the triggers of each one. The **
| `rccp→` | class component skeleton with prop types after the class |
| `rcfc→` | class component skeleton that contains all the lifecycle methods |
| `rsc→` | stateless component skeleton |
| `rscπ` | stateless component with prop types skeleton |
| `rscp` | stateless component with prop types skeleton |
| `con→` | class default constructor |
| `cwm→` | `componentWillMount method` |
| `cdm→` | `componentDidMount method` |
Expand Down

0 comments on commit 5fcb781

Please sign in to comment.