Skip to content

Commit

Permalink
change typo in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilZherebtsov committed Sep 17, 2024
1 parent bd97da8 commit 0beeff5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/onboarding_manual.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Step: 1 Navigate to Synnax Lab\n",
"## Step: 1 Navigate to Synnax App\n",
"\n",
"Let's go to [Synnax Lab](https://synnax.app/) and click on the **LOG IN** button.\n",
"Let's go to [Synnax App](https://synnax.app/) and click on the **LOG IN** button.\n",
"\n",
"![Synnax](https://synnax-ai.github.io/synnax-lab-sdk/tutorials/img/step_1.png)"
"![Synnax App image](https://synnax-ai.github.io/synnax-lab-sdk/tutorials/img/step_1.png)"
]
},
{
Expand Down Expand Up @@ -1414,7 +1414,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Scores get calculated on the synnax-lab-sdk backend with a small lag, so in case running the below function does not return the `confidenceScore` right away, give it a few seconds and rerun. A `confidenceScore` is there when the submission `status: 'Processed'`"
"Submissions require some time to get processed in the backend, so in case running the below function does not return the `confidenceScore` right away, give it a few seconds and rerun. A `confidenceScore` is there when the submission `status: 'Processed'`"
]
},
{
Expand Down

0 comments on commit 0beeff5

Please sign in to comment.