Skip to content

Commit 0058830

Browse files
authored
Merge pull request obytes#325 from Tuginho/typo-fix-docs-rules-and-conventions
2 parents df7e32a + 95d2fd8 commit 0058830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/getting-started/rules-and-conventions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to enforce a consistent code style and avoid common issues in the codeb
1414

1515
This starter uses TypeScript to provide type safety and avoid common bugs in the codebase. The project configuration is based on Expo config with some updates to support absolute imports.
1616

17-
If you are not familiar with Typescript, you can check this article to learn more about it : [Typescript for React Developers](https://elazizi.com/how-to-learn-type-script-for-react-developers)
17+
If you are not familiar with Typescript, you can check this article to learn more about it : [Typescript for React Developers](https://elazizi.com/posts/how-to-learn-typescript-for-react-developers/)
1818

1919
You can find more information about it [here](https://docs.expo.io/guides/typescript/).
2020

0 commit comments

Comments
 (0)