Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs]: Build Your First App #3029

Open
siraj-samsudeen opened this issue Jan 21, 2025 · 0 comments
Open

[Docs]: Build Your First App #3029

siraj-samsudeen opened this issue Jan 21, 2025 · 0 comments

Comments

@siraj-samsudeen
Copy link

Request Type

Small Fix (wording, errors, typos, etc.)

Description

https://docs.evidence.dev/build-your-first-app/
Here the query name is changed from my_query_summary, but the text below reads Now refresh, and notice that your table has changed to show only the most recent 100 orders, with only the table columns you specified - this text is making a forward reference to the updated version of the DataTable which uses the new query name.

select
   order_datetime,
   first_name,
   last_name,
   email
from needful_things.my_query
order by order_datetime desc
limit 100

Are you interested in contributing this improvement to the docs?

I'd like to contribute, but I need some help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant