Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
To satisfy grammar pedantry
  • Loading branch information
jkyeung authored Aug 3, 2022
1 parent 7c5527a commit e9cf622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/schemaBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const getSchemaItems = (schema) => {
new SchemaItem(`Aliases`, `aliases`, schema, `symbol-reference`),
//new SchemaItem(`Column Masks`, `masks`, schema),
//new SchemaItem(`Constraints`, `constraints`, schema),
new SchemaItem(`Function`, `functions`, schema, `symbol-function`),
new SchemaItem(`Functions`, `functions`, schema, `symbol-function`),
new SchemaItem(`Global Variables`, `variables`, schema, `symbol-variable`),
new SchemaItem(`Indexes`, `indexes`, schema, `tag`),
//new SchemaItem(`Journal Receivers`, `receivers`, schema),
Expand Down Expand Up @@ -309,4 +309,4 @@ const moreButton = (schema, type) => {
};

return item;
}
}

0 comments on commit e9cf622

Please sign in to comment.