Skip to content

Commit 4596cc9

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 79e7458 commit 4596cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/base/view/lib/browser/routes

lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function register( router ) {
130130
router.route( axesTickColor() ); // /config/axes/:axis/tickColor
131131
router.route( axesTitle() ); // /config/axes/:axis/title
132132
router.route( axesTitleColor() ); // /config/axes/:axis/titleColor
133-
router.route( axesTitleFont() ); // /config/axes/:axis/titleFont
133+
router.route( axesTitleFont() ); // /config/axes/:axis/titleFont
134134
router.route( axesTitleOpacity() ); // /config/axes/:axis/titleOpacity
135135

136136
router.route( background() ); // /config/background

0 commit comments

Comments
 (0)