Skip to content

Commit 79e7458

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/config/axes/title-font

lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/config/axes/title-font/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var onError = require( './../../../../middleware/error' );
3333
var steps = [
3434
allowCredentials,
3535
body,
36-
tryAssign( [ 'config', 'axes', ':axis' ], 'titleColor' ),
36+
tryAssign( [ 'config', 'axes', ':axis' ], 'titleFont' ),
3737
ok
3838
];
3939

0 commit comments

Comments
 (0)