Skip to content

Commit

Permalink
fix(docs): typo in api-reference/client (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirihofman authored Jan 10, 2025
1 parent a1a1cf4 commit 595d589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/(docs)/api-reference/client/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { docsMetadata } from "@/lib/utils";
export const metadata = docsMetadata({
title: "uploadthing/client",
description:
"The UploadThing Client module provides utilities for working files in your application and communicating with your backend file router.",
"The UploadThing Client module provides utilities for working with files in your application and communicating with your backend file router.",
category: "API Reference",
});

Expand Down

0 comments on commit 595d589

Please sign in to comment.