chore: fix reuse wording in client comment#15679
Conversation
Signed-off-by: Codex <codex@openai.com>
|
| const server_data_node = server_data_nodes?.[i]; | ||
|
|
||
| // re-use data from previous load if it's still valid | ||
| // reuse data from previous load if it's still valid | ||
| const valid = |
There was a problem hiding this comment.
This comment line is indented one level deeper than the surrounding statements (it has an extra tab). Align it with const server_data_node / const valid to keep consistent formatting and avoid noisy diffs.
|
my man how do you manage to mess up a PR that changes a single character |
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Fix a wording typo in a runtime client comment:
re-use->reuse.This is a single-file, comment-only change with no user-facing behavior change.
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.Edits
Notes