Skip to content

Commit

Permalink
Copy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jskobos committed Mar 18, 2019
1 parent 0f85ddb commit e9c7a57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class UserDefinedFieldsPanel extends React.PureComponent<CombinedProps> {
{optionalUDFs.length !== 0 && (
<ShowMoreExpansion
name="Show Advanced Options"
/** expand the panel by default if there are only required UDFs */
/** expand the panel by default if there are no required UDFs */
defaultExpanded={requiredUDFs.length === 0}
>
<Typography variant="body1" className={classes.advDescription}>
Expand Down Expand Up @@ -195,7 +195,7 @@ const isMultiSelect = (udf: Linode.StackScript.UserDefinedField) => {
};

/**
* being used to seperated required UDFs from un-required ones
* Used to separate required UDFs from non-required ones
*
* @return nested array [[...requiredUDFs], [...nonRequiredUDFs]]
*/
Expand Down

0 comments on commit e9c7a57

Please sign in to comment.