django-adminactions icon indicating copy to clipboard operation
django-adminactions copied to clipboard

docs: Fix a few typos

Open timgates42 opened this issue 3 years ago • 1 comments

There are small typos in:

  • src/adminactions/mass_update.py
  • src/adminactions/static/adminactions/js/jqplot/plugins/jqplot.barRenderer.js
  • src/adminactions/static/adminactions/js/jqplot/plugins/jqplot.categoryAxisRenderer.js
  • src/adminactions/static/adminactions/js/jqplot/plugins/jqplot.pieRenderer.js
  • tests/conftest.py

Fixes:

  • Should read currently rather than currenty.
  • Should read remove rather than removee.
  • Should read labels rather than lables.
  • Should read convenience rather than convienence.
  • Should read accidentally rather than accidently.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

timgates42 avatar Sep 03 '22 14:09 timgates42

Codecov Report

Merging #206 (25a638b) into develop (238837f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #206   +/-   ##
========================================
  Coverage    84.41%   84.41%           
========================================
  Files           27       27           
  Lines         1424     1424           
  Branches       282      282           
========================================
  Hits          1202     1202           
  Misses         157      157           
  Partials        65       65           
Impacted Files Coverage Δ
src/adminactions/mass_update.py 78.59% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Sep 03 '22 14:09 codecov[bot]