Skip to content

Commit

Permalink
Fix TypeScript link (#1594)
Browse files Browse the repository at this point in the history
Summary:
Link was wrong, fixed it.

* [Old link](https://github.com/facebook/yoga/blob/main/javascript/src/wrapAssembly.d.ts)
* [New link](https://github.com/facebook/yoga/blob/main/javascript/src/wrapAssembly.ts)

Pull Request resolved: #1594

Reviewed By: joevilches

Differential Revision: D54763374

Pulled By: arushikesarwani94

fbshipit-source-id: c82589617efb07809fb0b5bd3f6d745936dcc545
  • Loading branch information
jamonholmgren authored and facebook-github-bot committed Mar 11, 2024
1 parent 0d23e07 commit d591885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/contents/getting-started/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $> yarn add yoga-layout
```

This is an example on how to use Yoga in JavaScript. For a full API reference,
have a look at the [TypeScript type definitions](https://github.com/facebook/yoga/blob/main/javascript/src/wrapAssembly.d.ts).
have a look at the [TypeScript type definitions](https://github.com/facebook/yoga/blob/main/javascript/src/wrapAssembly.ts).

```js
import {loadYoga} from 'yoga-layout';
Expand Down

0 comments on commit d591885

Please sign in to comment.