Browse Source

Fix spellcheck issues in ci

Vince Salvino 10 months ago
parent
commit
3ef64e5354

+ 3 - 1
ci/spellcheck.ps1

@@ -15,7 +15,9 @@ Push-Location $projectDir
 $ExitCode = 0
 
 # Run spell checker.
-codespell --skip="migrations,vendor,_build,*.css.map,*.jpg,*.png,*.pyc" `
+codespell `
+    --skip="migrations,vendor,_build,*.css.map,*.jpg,*.png,*.pyc" `
+    --ignore-words-list="assertIn" `
     coderedcms docs
 $ExitCode = $LastExitCode
 

+ 1 - 1
coderedcms/project_template/pro/website/static/website/src/_variables.scss

@@ -5,7 +5,7 @@
 /// All variables can be found here:
 ///   https://github.com/twbs/bootstrap/blob/v5.3.2/scss/_variables.scss
 ///
-/// Bootstrap themeing guide can be found here:
+/// Bootstrap guide can be found here:
 ///   https://getbootstrap.com/docs/5.3/customize/overview/