Skip to content

Commit 7030560

Browse files
authored
Update README.md
spelling
1 parent b87dc44 commit 7030560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ import 'bootstrap/dist/css/bootstrap.css';
285285
```
286286
cd client/src && mkdir components && cd components && touch Button.js
287287
```
288-
4. Open your ```Button.js``` file and lets create a sample button to active our call function to the API.
288+
4. Open your ```Button.js``` file and lets create a sample button to activate our call function to the API.
289289

290290
```javascript
291291
import React, { Component } from 'react';

0 commit comments

Comments
 (0)