Skip to content

Commit f17ef74

Browse files
committed
Fix typo in documentation
1 parent 1b97dd8 commit f17ef74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbs/tutorials/quickstart_for_web_devs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@
14911491
"A common task in web development is uploading files. This example is for uploading files to the hosting server, with information about the uploaded file presented to the user.\n",
14921492
"\n",
14931493
":::{.callout-warning title='File uploads in production can be dangerous'}\n",
1494-
"File uploads can be the target of uabuse, accidental or intentional. That means users may attempt to upload files that are too large or present a security risk. This is especially of concern for public facing apps. File upload security is outside the scope of this tutorial, for now we suggest reading the [OWASP File Upload Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/File_Upload_Cheat_Sheet.html).\n",
1494+
"File uploads can be the target of abuse, accidental or intentional. That means users may attempt to upload files that are too large or present a security risk. This is especially of concern for public facing apps. File upload security is outside the scope of this tutorial, for now we suggest reading the [OWASP File Upload Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/File_Upload_Cheat_Sheet.html).\n",
14951495
":::"
14961496
]
14971497
},

0 commit comments

Comments
 (0)