This commit is contained in:
Dan Abramov
2023-02-02 16:52:42 +00:00
parent 497fb04200
commit 6a51366b85

View File

@@ -109,7 +109,7 @@ export function HomeContent() {
</h3>
<p className="text-xl leading-normal">
React is a library. It lets you put components together, but
it doesn't prescribe solutions for routing and data fetching.
it doesnt prescribe solutions for routing and data fetching.
To get the most out of React, we recommend a React framework
like{' '}
<Link href="https://github.com/vercel/next.js">Next.js</Link>,{' '}
@@ -761,7 +761,7 @@ function AddComment() {
<input
name="text"
placeholder="Add a comment..."
autocomplete="off"
autoComplete="off"
style={{backgroundColor: 'transparent'}}
/>
</form>