Skip to content

Commit 082cac0

Browse files
authored
docs: fix capitalization of Apify platform on API landing page (#2138)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Lowercases “Platform” to “platform” in the API page hero description link text (“Apify platform”). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit bfde47a. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 1e249d0 commit 082cac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/api/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default function Api() {
121121
<UiLibraryWrapper>
122122
<Hero
123123
heading="Apify API"
124-
description={<>Apify API provides programmatic access to the <Link to="/">Apify Platform</Link></>}
124+
description={<>Apify API provides programmatic access to the <Link to="/">Apify platform</Link></>}
125125
/>
126126
<SectionWrapper
127127
className={styles.LargerContent}

0 commit comments

Comments
 (0)