Skip to content

Commit

Permalink
Fix wrong parameter name (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored Jun 27, 2024
1 parent 83db0fd commit 5887c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/api/PolarAngleAxis.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
},
},
{
name: 'orient',
name: 'orientation',
type: 'String',
defaultVal: 'outer',
isOptional: false,
Expand Down

0 comments on commit 5887c5c

Please sign in to comment.