Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit 2625d82

Browse files
committed
fix faq note typo
1 parent 8df4bd4 commit 2625d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Home.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Home extends Component {
1111
<div className="intro">
1212
<Header type={1} headingText="HMDA Data Browser">
1313
<p className="lead">The HMDA Data Browser allows users to filter, analyze, and download HMDA datasets and visualize data through charts, graphs, and maps.</p>
14-
<p className="lead">For questions about the HMDA Data Browser, visit out <a href="/documentation/2018/faq/">FAQ page</a>.</p>
14+
<p className="lead">For questions about the HMDA Data Browser, visit our <a href="/documentation/2018/faq/">FAQ page</a>.</p>
1515
</Header>
1616
</div>
1717

0 commit comments

Comments
 (0)