diff --git a/_chapters/add-the-create-note-page.md b/_chapters/add-the-create-note-page.md
index d524adccf..974697474 100644
--- a/_chapters/add-the-create-note-page.md
+++ b/_chapters/add-the-create-note-page.md
@@ -18,7 +18,7 @@ First we are going to create the form for a note. It'll take some content and a
``` coffee
import React, { useRef, useState } from "react";
-import { FormGroup, FormControl, ControlLabel } from "react-bootstrap";
+import { FormGroup, FormControl, FormLabel } from "react-bootstrap";
import LoaderButton from "../components/LoaderButton";
import config from "../config";
import "./NewNote.css";
@@ -61,7 +61,7 @@ export default function NewNote(props) {
/>
- Attachment
+ Attachment