Skip to content

Commit

Permalink
chore: fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mswertz authored Oct 6, 2023
1 parent def6275 commit 2dde292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/molgenis/use_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ When uploading csv/excel all empty cells will receive the defaultValue (in inser
Optionally you can also use javascript expressions. For example:
* ```duck``` would set a string value
* ```1``` would set a numeric value
* ```=new Date().toJSONString()``` provides automatic date/dateTime
* ```=new Date().toISOString()``` provides automatic date/dateTime
* ```={name:"green"}``` could be default value for an ontology_
* ```=[{name:"green"}]``` could be default value for an ontology_array

Expand Down

0 comments on commit 2dde292

Please sign in to comment.