Skip to content
This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Small Typo Fix #30

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/download/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class Options extends Component {
return (
<div className="options container">
<h2>Choose your technologies</h2>
<p>{`Choose your technologies here by clicking on the one you want. You'll be able to download the generated see project when you have selected one of each.`}</p>
<p>{`Choose your technologies here by clicking on the one you want. You'll be able to download the generated seed project when you have selected one of each.`}</p>
<p>Fountain lets you choose among all the most popular technologies both for your development framework and your tooling.</p>
<p>These choices are very structurant so choose them carefully but freely: Fountain will be able to generate a fully configured and working project whatever the options you choose.</p>
{options.map((option, i) => <Option key={i} option={i} selected={selection[i]} select={select} {...option}/>)}
Expand Down