We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253c036 commit 9dee271Copy full SHA for 9dee271
docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md
@@ -74,7 +74,7 @@ public class MyProductService : ITransientDependency
74
75
No `Guid.NewGuid()` here, `_guidGenerator.Create()` gives you a sequential GUID every time.
76
77
-## Benefits of Squential GUIDs
+## Benefits of Sequential GUIDs
78
79
Let’s say you’re inserting 1M rows into a table with a clustered primary key:
80
0 commit comments