diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2024-08-08 18:07:35 +0200 |
---|---|---|
committer | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-08-08 18:07:35 +0200 |
commit | 5ae2dbcb1414a7206572b5a925cc32cc244953aa (patch) | |
tree | 4955b83af241187e80e2602f3d5f6e8612ffae2b /tailwind.config.js | |
parent | Merge pull request 'chore(renovate): add labels and reviewer to renovate upda... (diff) | |
download | forgejo-5ae2dbcb1414a7206572b5a925cc32cc244953aa.tar.xz forgejo-5ae2dbcb1414a7206572b5a925cc32cc244953aa.zip |
Adjust codespell config + make it fix few typos which sneaked in since addition of codespell support (#4857)
Now that my colleague just posted a wonderful blog post https://blog.datalad.org/posts/forgejo-runner-podman-deployment/ on forgejo runner, some time I will try to add that damn codespell action to work on CI here ;) meanwhile some typos managed to sneak in and this PR should address them (one change might be functional in a test -- not sure if would cause a fail or not)
### Release notes
- [ ] I do not want this change to show in the release notes.
- [ ] I want the title to show in the release notes with a link to this pull request.
- [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4857
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-committed-by: Yaroslav Halchenko <debian@onerussian.com>
Diffstat (limited to 'tailwind.config.js')
-rw-r--r-- | tailwind.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 42962b972b..e14daf27df 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -99,7 +99,7 @@ export default { }, plugins: [ plugin(({addUtilities}) => { - // base veriables required for tranform utilities + // base variables required for transform utilities // added as utilities since base is not imported // note: required when using tailwind's transform classes addUtilities({ |