Skip to content

Commit

Permalink
chore: update title in multiply.ts file in docs (#8911)
Browse files Browse the repository at this point in the history
### Description

It just fixes the file title in [Structuring a
repository](https://turbo.build/repo/docs/crafting-your-repository/structuring-a-repository#getting-started)
section of the docs.

Typo:


https://github.com/user-attachments/assets/2bde1464-12b2-4622-8aef-47d6fa82f6b5

Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
  • Loading branch information
fredericobreno and tknickman committed Aug 2, 2024
1 parent 90aead1 commit 3ee9ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Using exports this way provides three major benefits:
</Tab>

<Tab value="multiply.ts">
```ts title="./packages/math/src/add.ts"
```ts title="./packages/math/src/multiply.ts"
import { add } from "#add";

export const multiply = (a: number, b: number) => {
Expand Down

0 comments on commit 3ee9ab0

Please sign in to comment.