rio-labs / rio

WebApps in pure Python. No JavaScript, HTML and CSS needed
https://rio.dev
Apache License 2.0
453 stars 14 forks source link

append new Fields to field_components #43

Closed grayeul closed 1 month ago

grayeul commented 1 month ago

What does it do?

This fixes a typo in the tutorial, in one of the python snippets for the tic-tac-toe app.

Why is it needed?

The step-wise tutorial doesn't work without it.

How to test it?

This is a minor change that fixes an obvious typographical error.

Related issue(s)/PR(s)

I didn't create a separate issue for this, as it was a simple fix/change.

Aran-Fey commented 1 month ago

Thanks for the fix!