Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jul 30, 2024
1 parent 8884dc1 commit 2c3ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/guide-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ This is used to reference a file locally available in the repository to be uploa
```python
img_file_path = 'image.png' # oda:POSIXPath
```
In the frontend, an uplload widget will be displayed. It is advisable to put an example file in the repository matching the default file name ( `'image.png'` in the example above) to allow easy testing of the notebook.
In the frontend, an upload widget will be displayed. It is advisable to put an example file in the repository matching the default file name ( `'image.png'` in the example above) to allow easy testing of the notebook.
#### `oda:FileURL`

This annotation is instead used when the notebook expects parameter to be a URL of a file. For example:
Expand Down

0 comments on commit 2c3ae68

Please sign in to comment.