Fix: Typo in Docs (#4179)

Fixing small typo in docs
This commit is contained in:
Vinoo Ganesh
2023-05-05 08:35:49 -07:00
committed by GitHub
parent 8de1b4c4c2
commit 905a2114d7
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@
} }
], ],
"source": [ "source": [
"agent.run(\"how many people have more than 3 sibligngs\")" "agent.run(\"how many people have more than 3 siblings\")"
] ]
}, },
{ {

View File

@@ -118,7 +118,7 @@
} }
], ],
"source": [ "source": [
"agent.run(\"how many people have more than 3 sibligngs\")" "agent.run(\"how many people have more than 3 siblings\")"
] ]
}, },
{ {

View File

@@ -151,7 +151,7 @@
} }
], ],
"source": [ "source": [
"agent.run(\"how many people have more than 3 sibligngs\")" "agent.run(\"how many people have more than 3 siblings\")"
] ]
}, },
{ {