From 770fbf574f78b8d1314db840898c7c7bae774b05 Mon Sep 17 00:00:00 2001 From: Waj Date: Fri, 9 Nov 2018 07:19:28 -0600 Subject: [PATCH] Remove duplicate `cwun` snippet and fix typos --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ab1d3cf..3334709 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Install](https://vsmarketplacebadge.apphb.com/installs/dsznajder.es7-react-js-snippets.svg)](https://vsmarketplacebadge.apphb.com/installs-short/dsznajder.es7-react-js-snippets.svg) [![Ratings](https://vsmarketplacebadge.apphb.com/rating-short/dsznajder.es7-react-js-snippets.svg)](https://vsmarketplacebadge.apphb.com/rating-short/dsznajder.es7-react-js-snippets.svg) -This extension provide you Javascript and React/Redux snippets in ES7 with babel plugins features for [Vs Code](https://code.visualstudio.com/) +This extension provides you JavaScript and React/Redux snippets in ES7 with Babel plugin features for [VS Code](https://code.visualstudio.com/) Here is direct link to marketplace [ES7 React/Redux/React-Native/JS Snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets) @@ -73,7 +73,6 @@ Every space inside `{ }` and `( )` means that this is pushed into next line :) | `cwup→` | `componentWillUpdate = (nextProps, nextState) => { }` DEPRECATED!!! | | `cdup→` | `componentDidUpdate = (prevProps, prevState) => { }` | | `cwun→` | `componentWillUnmount = () => { }` | -| `cwun→` | `componentWillUnmount = () => { }` | | `gdsfp→` | `static getDerivedStateFromProps(nextProps, prevState) { }` | | `gsbu→` | `getSnapshotBeforeUpdate = (prevProps, prevState) => { }` | | `ren→` | `render() { return( ) }` |