AWS Security ChangesHomeSearch

AWS neptune documentation change

Service: neptune · 2025-05-31 · Documentation low

File: neptune/latest/userguide/notebooks-magics.md

Summary

Fixed typos in parameter names ('properyt' to 'property') and improved documentation clarity

Security assessment

Typographical corrections with no evidence of security implications or security-related content changes.

Diff

diff --git a/neptune/latest/userguide/notebooks-magics.md b/neptune/latest/userguide/notebooks-magics.md
index 2a1ba443a..b9867a009 100644
--- a//neptune/latest/userguide/notebooks-magics.md
+++ b//neptune/latest/userguide/notebooks-magics.md
@@ -175 +175 @@ In the case of openCypher only, this is `--rel-label-max-length` or `-rel` inste
-Property values for these arguments can consist either of a single property key, or of a JSON string that can specify a different properyt for each label type. A JSON string can only be specified using variable injection.
+Property values for these arguments can consist either of a single property key, or of a JSON string that can specify a different property for each label type. A JSON string can only be specified using variable injection.
@@ -477 +477 @@ The `%%opencypher` cell magic (which also has the abbreviated `%%oc` form), issu
-  * **`--display-propery`** or **`-d`** – Specifies the property whose value should be displayed for each vertex. The default value if you don't supply this argument is `~labels`.
+  * **`--display-property`** or **`-d`** – Specifies the property whose value should be displayed for each vertex. The default value if you don't supply this argument is `~labels`.
@@ -479 +479 @@ The `%%opencypher` cell magic (which also has the abbreviated `%%oc` form), issu
-  * **`--edge-display-propery`** or **`-de`** – Specifies the property whose value should be displayed for each edge. The default value if you don't supply this argument is `~labels`.
+  * **`--edge-display-property`** or **`-de`** – Specifies the property whose value should be displayed for each edge. The default value if you don't supply this argument is `~labels`.