Skip to content

Commit

Permalink
format string values in the API docs consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
jkissel committed Feb 9, 2024
1 parent 8f6b497 commit c2c74d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cadenza.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ globalThis.cadenza = Object.assign(
* @typedef {'workbook-design'|'workbook-view-management'} UiFeature - The name of a Cadenza UI feature
*
* _Note:_ Supported features are:
* * 'workbook-design' - The workbook designer
* * 'workbook-view-management' - Add/Edit/Remove workbook views (Is included in 'workbook-design'.)
* * `"workbook-design"` - The workbook designer
* * `"workbook-view-management"` - Add/Edit/Remove workbook views (Is included in 'workbook-design'.)
* */

/**
Expand Down

0 comments on commit c2c74d5

Please sign in to comment.