Skip to content

Spelling

Josh Soref requested to merge jsoref/baserow:spelling into develop

Merge Request Checklist

  • changelog.md has been updated if required
  • New/updated Premium features are separated correctly in the premium folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

I'm actively skipping the checklist. I'm happy to fill it out after someone considers the changes and determines which they'd consider acceptable. For large changesets (and by my scale, this is barely medium), I expect to get considerable pushback.

This PR corrects misspellings identified by the check-spelling action (for GitHub).

The misspellings have been reported at https://github.com/jsoref/baserow/commit/f02629cbeb86b76d80972ee479162d5be2cb307a#commitcomment-77888214

I should note that I excluded some files. In general, my tooling will avoid making changes to excluded files, which means that if a changed item spans excluded and included items, bad things are likely to happen. I'm sorry about that. It's a tradeoff. There were a bunch of example files which had lots of garbage tokens and it didn't seem worth figuring out how to filter out those tokens, so I just skipped the files. If some of those files should be checked/fixed, please let me know, it isn't particularly hard for me to check them...

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/baserow/commit/599a2f201624b214e3ba82bd9c62b6f3acac921d

Note: this PR does not include the action. I haven't looked into how to integrate my action with GitLab. But, as there is a mirror in GitHub, you could pull in the workflow and let it run in the mirror....


Note that I'm not an active GitLab user. I barely have a connected account.

Edited by Josh Soref

Merge request reports