Skip to content

Commit

Permalink
Fix grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Nov 14, 2023
1 parent ca93a6a commit 778082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ export var settings = {
*
* Default value: `{ selectAllItem: [-1], noneItem: [1], otherItem: [2] }`
*
* Use this object to reorder special choices. Each property accepts an array of integer numbers. Negative numbers place a special choice item above regular choice items, positive numbers place it below them. For instance, the following code specify the following order of choices: None, Select All, regular choices, Other:
* Use this object to reorder special choices. Each property accepts an array of integer numbers. Negative numbers place a special choice item above regular choice items, positive numbers place it below them. For instance, the code below specifies the following order of choices: None, Select All, regular choices, Other.
*
* ```js
* import { settings } from "survey-core";
Expand Down

0 comments on commit 778082b

Please sign in to comment.