From 5ae2dbcb1414a7206572b5a925cc32cc244953aa Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 8 Aug 2024 16:07:35 +0000 Subject: 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/.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 Co-authored-by: Yaroslav Halchenko Co-committed-by: Yaroslav Halchenko --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tailwind.config.js') 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({ -- cgit v1.2.3