Skip to content

Commit

Permalink
update language on learn page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Jan 21, 2025
1 parent 3f21061 commit 0b3c585
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/learn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ export default function Learn() {
<title>Learn BDD and Cucumber</title>
<meta
name="description"
content="As well as our extensive documentation, there are some other resources we recommend to really accelerate your journey with BDD and Cucumber."
content="As well as our extensive documentation, there are some other resources you might find helpful on your journey with BDD and Cucumber."
/>
</Head>
<main>
<div className="container text--center padding-vert--lg">
<h1>Learn BDD and Cucumber</h1>
<p className="readable-blurb">
As well as our <Link to="/docs">extensive documentation</Link>, there are some other
resources we recommend to really accelerate your journey with BDD and Cucumber.
</p>
<div className="readable-blurb">
<p>As well as our <Link to="/docs">extensive documentation</Link>, there are some other
resources you might find helpful your journey with BDD and Cucumber. (Note that these resources aren't necessarily endorsed by the Cucumber team &mdash; we just think they might be worth checking out.)</p>
</div>
</div>
<div className="container padding-vert--lg">
<Resource to="https://school.cucumber.io" title="Cucumber School" cta="Get Started">
Expand Down

0 comments on commit 0b3c585

Please sign in to comment.