Skip to content

Commit

Permalink
Typos fix (#12666)
Browse files Browse the repository at this point in the history
# Typos Fix

## Description
This pull request addresses and corrects typos in two files:
- `CHANGELOG.md`: Fixed "requset" to "request".
- `up.sql`: Fixed "defaul" to "default".

## Changes
- Improved documentation and comments by correcting minor spelling
errors.
- Adjusted wording for better clarity and accuracy.

## Testing
These changes are non-functional and impact only documentation and
comments. No tests are required, and all existing functionality remains
unchanged.

## Notes for Reviewers
Please verify that the corrections align with the project's style and
guidelines. Let me know if additional adjustments are needed. Thank you!
  • Loading branch information
teenager-ETH authored Jan 6, 2025
1 parent 07ca150 commit df175ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ to pay for the storage of their accounts.
`sum(rate(near_peer_message_received_by_type_total{...}[5m]))`.
[#7548](https://github.com/near/nearcore/pull/7548)
* Few changes to `view_state` JSON RPC query:
- The requset has now an optional `include_proof` argument. When set to
- The request has now an optional `include_proof` argument. When set to
`true`, response’s `proof` will be populated.
- The `proof` within each value in `values` list of a `view_state` response is
now deprecated and will be removed in the future. Client code should ignore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Setting defaul values to enable `not null` by filling values for existing
-- Setting default values to enable `not null` by filling values for existing
-- rows.
alter table ft_transfers
add column initiator text not null default 'crt-benchmarks',
Expand Down

0 comments on commit df175ba

Please sign in to comment.