diff --git a/notebooks/idc_api/How_to_use_the_IDC_V2_API.ipynb b/notebooks/idc_api/How_to_use_the_IDC_V2_API.ipynb index edc5edd..ce085ff 100644 --- a/notebooks/idc_api/How_to_use_the_IDC_V2_API.ipynb +++ b/notebooks/idc_api/How_to_use_the_IDC_V2_API.ipynb @@ -643,7 +643,7 @@ "source": [ "# Open the credentials file\n", "token = open(\".idc_credentials\", \"r\")\n", - "# Create a json object from teh credential file\n", + "# Create a json object from the credential file\n", "token = json.loads(token.read())\n", "# Get Credentials from the token\n", "creds = token['token_response']['id_token']\n", @@ -1647,4 +1647,4 @@ "outputs": [] } ] -} \ No newline at end of file +}