Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit db2fc14

Browse files
catplatpjcdawkins
authored andcommitted
Update Sidebar.tsx
Fix typo ("it's" to "its")
1 parent 730f4fa commit db2fc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Sidebar: React.FC<SidebarProps> = () => {
1010
<div className="aside-title flex flex-row gap-4 items-center mt-4 mb-2">
1111
<p>
1212
Welcome to your Upsun app, a Python and Node.js multiapp designed to
13-
run on Upsun and teach you about it's unique features.
13+
run on Upsun and teach you about its unique features.
1414
</p>
1515
</div>
1616
</section>

0 commit comments

Comments
 (0)