We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87dc44 commit 7030560Copy full SHA for 7030560
README.md
@@ -285,7 +285,7 @@ import 'bootstrap/dist/css/bootstrap.css';
285
```
286
cd client/src && mkdir components && cd components && touch Button.js
287
288
- 4. Open your ```Button.js``` file and lets create a sample button to active our call function to the API.
+ 4. Open your ```Button.js``` file and lets create a sample button to activate our call function to the API.
289
290
```javascript
291
import React, { Component } from 'react';
0 commit comments