Skip to content

Commit 9557922

Browse files
committed
docs: fix 'creationToken' -> 'minCreationToken'
Fix the reference to 'creationToken' in the 'git fetch' flow by changing it to 'minCreationToken', consistent with the other diagrams in the document. Signed-off-by: Victoria Dye <[email protected]>
1 parent b8eaf6a commit 9557922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/technical/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ flowchart TB;
222222
setBundleUri["Set <code>bundleUri</code> to the value of fetch.bundleUri"]
223223
creationTokenExists{{"fetch.bundleCreationToken config is set?"}}
224224
setCreationToken["Set <code>minCreationToken</code> to the value\nof fetch.bundleCreationToken"]
225-
setCreationTokenZero["Set <code>creationToken</code> to 0"]
225+
setCreationTokenZero["Set <code>minCreationToken</code> to 0"]
226226
downloadAndUnbundle(["Download and unbundle from list"])
227227
bundleSuccess{{"Bundles downloaded and unpacked successfully?"}}
228228
saveCreationToken["Set fetch.bundleCreationToken to highest\nunbundled creationToken"]

0 commit comments

Comments
 (0)