Skip to content
Snippets Groups Projects
Commit 3440419d authored by Ryan Williams's avatar Ryan Williams Committed by GitHub
Browse files

Fix typo on Data Reference getting started page

parent e845548f
Branches
Tags
No related merge requests found
......@@ -587,7 +587,7 @@ export default class ReferenceGettingStartedGuide extends Component {
{ guide.things_to_know ? 'Other things to know about our data' : 'Find out more' }
</SectionHeader>
<GuideText>
{ guide.things_to_know ? guide.things_to_know : "A good way to get to know your data is by spending a bit of time exploring the different tables and other info avaliable to you. It may take a while, but you'll start to recognize names and meanings over time."
{ guide.things_to_know ? guide.things_to_know : "A good way to get to know your data is by spending a bit of time exploring the different tables and other info available to you. It may take a while, but you'll start to recognize names and meanings over time."
}
</GuideText>
<Link className="Button link text-bold" to={'/reference/databases'}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment