From 57606c0001347bd5cda2d2192e6a7d9abacee97c Mon Sep 17 00:00:00 2001 From: Deniz <66401072+Oyu07@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:01:34 +0300 Subject: [PATCH] Docs, small grammar fix (#25165) * Update tutorial-and-examples.md * Update tutorial-and-examples.md * SSTypo Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> --------- Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> --- tgui/docs/tutorial-and-examples.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tgui/docs/tutorial-and-examples.md b/tgui/docs/tutorial-and-examples.md index 7b476917eef..29b80d3678b 100644 --- a/tgui/docs/tutorial-and-examples.md +++ b/tgui/docs/tutorial-and-examples.md @@ -102,8 +102,9 @@ Finally, let's make a React Component for your interface. This is also a source of confusion for new developers. If you got some basic javascript and HTML knowledge, that should ease the learning process, although we recommend getting yourself introduced to -[Markup and JSX](https://react.dev/learn/writing-markup-with-jsx) -[JavaSript and JSX](https://react.dev/learn/javascript-in-jsx-with-curly-braces) + +- [Markup and JSX](https://react.dev/learn/writing-markup-with-jsx) +- [JavaScript and JSX](https://react.dev/learn/javascript-in-jsx-with-curly-braces) A React component is not a regular HTML template. A component is a javascript function, which accepts a `props` object (that contains