We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4295d3b commit 9021c27Copy full SHA for 9021c27
src/content/create-red-outline-button-1.md
@@ -9,9 +9,9 @@ framework: react
9
chapter: Building reusable components
10
---
11
12
-In this chapter we will build out our components that we will be using through out the application. First lets go ahead and create a Secondary button.
+In this chapter we will build out our Secondary button.
13
14
-In the components folder create a folder called buttons. Then create a RedOutlineButton.js component and add the following:
+In the `buttons` folder, create a `RedOutlineButton.js` component and add the following:
15
16
```javascript
17
import React from "react"
0 commit comments