Skip to content

Commit

Permalink
docs: reach -> rich (#738)
Browse files Browse the repository at this point in the history
## 📜 Description

Fixed typo 🙃 

## 💡 Motivation and Context

Thanks to @hirbod who spotted that issue 🙌 

## 📢 Changelog

<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->

### JS

- Reach -> Rich

## 🤔 How Has This Been Tested?

Tested manually on `localhost:3000`.

## 📸 Screenshots (if appropriate):

<!-- Add screenshots/video if needed -->
<!-- That would be highly appreciated if you can add how it looked
before and after your changes -->

## 📝 Checklist

- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
  • Loading branch information
kirillzyusko authored Dec 19, 2024
1 parent 16c0a76 commit 7aec4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const FeatureList: FeatureItem[] = [
),
},
{
title: "Reach metadata",
title: "Rich metadata",
lottie: textInputs,
description: (
<>
Expand Down

0 comments on commit 7aec4ed

Please sign in to comment.