Skip to content

Commit 68a1078

Browse files
jeff-wishniemerceyz
authored andcommitted
docs: correct example value for .yarnrc.yml cpu field (#4999)
1 parent b7ed6e5 commit 68a1078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby/static/configuration/yarnrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,13 +710,13 @@
710710
"_exampleItems": ["current", "darwin", "linux", "win32"]
711711
},
712712
"cpu": {
713-
"description": "The list of CPUs to cover.",
713+
"description": "The list of CPU architectures to cover. See https://nodejs.org/docs/latest/api/process.html#processarch for the architectures supported by Node.js",
714714
"type": "array",
715715
"items": {
716716
"type": "string"
717717
},
718718
"default": [],
719-
"_exampleItems": ["current", "x86", "ia32"]
719+
"_exampleItems": ["current", "x64", "ia32"]
720720
},
721721
"libc": {
722722
"description": "The list of standard C libraries to cover.",

0 commit comments

Comments
 (0)