Skip to content

Commit

Permalink
Fix a typo in the docs (#118)
Browse files Browse the repository at this point in the history
s/Infromation/Information
  • Loading branch information
rishabhjain1198 authored Apr 4, 2023
1 parent 1092bdc commit 57dfcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"source": [
"schema = Object(\n",
" id=\"person\",\n",
" description=\"Personal infromation\",\n",
" description=\"Personal information\",\n",
" examples=[\n",
" (\"Alice and Bob are friends\", [{\"first_name\": \"Alice\"}, {\"first_name\": \"Bob\"}])\n",
" ],\n",
Expand Down

0 comments on commit 57dfcce

Please sign in to comment.