Skip to content

Commit 8352c20

Browse files
committed
Fix typo
1 parent 6797d2a commit 8352c20

4 files changed

+4
-4
lines changed

doc/modules/ROOT/pages/tutorials/graph-analytics-serverless-self-managed.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ version `1.15` or later.
4343
A GDS Session is managed via the Aura API. In order to use the Aura API,
4444
we need to have
4545
https://neo4j.com/docs/aura/platform/api/authentication/#_creating_credentials[Aura
46-
API credentialsn].
46+
API credentials].
4747

4848
Using these credentials, we can create our `GdsSessions` object, which
4949
is the main entry point for managing GDS Sessions.

doc/modules/ROOT/pages/tutorials/graph-analytics-serverless.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ version `1.15` or later.
4343
A GDS Session is managed via the Aura API. In order to use the Aura API,
4444
we need to have
4545
https://neo4j.com/docs/aura/platform/api/authentication/#_creating_credentials[Aura
46-
API credentialsn].
46+
API credentials].
4747

4848
Using these credentials, we can create our `GdsSessions` object, which
4949
is the main entry point for managing GDS Sessions.

examples/graph-analytics-serverless-self-managed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"## Aura API credentials\n",
6868
"\n",
6969
"A GDS Session is managed via the Aura API.\n",
70-
"In order to use the Aura API, we need to have [Aura API credentialsn](https://neo4j.com/docs/aura/platform/api/authentication/#_creating_credentials).\n",
70+
"In order to use the Aura API, we need to have [Aura API credentials](https://neo4j.com/docs/aura/platform/api/authentication/#_creating_credentials).\n",
7171
"\n",
7272
"Using these credentials, we can create our `GdsSessions` object, which is the main entry point for managing GDS Sessions."
7373
]

examples/graph-analytics-serverless.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"## Aura API credentials\n",
6868
"\n",
6969
"A GDS Session is managed via the Aura API.\n",
70-
"In order to use the Aura API, we need to have [Aura API credentialsn](https://neo4j.com/docs/aura/platform/api/authentication/#_creating_credentials).\n",
70+
"In order to use the Aura API, we need to have [Aura API credentials](https://neo4j.com/docs/aura/platform/api/authentication/#_creating_credentials).\n",
7171
"\n",
7272
"Using these credentials, we can create our `GdsSessions` object, which is the main entry point for managing GDS Sessions."
7373
]

0 commit comments

Comments
 (0)