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 fb87357 commit e528baaCopy full SHA for e528baa
server/domain-objects/createDefaultFiles.js
@@ -1,6 +1,7 @@
1
export const defaultSketch = `function setup() {
2
createCanvas(400, 400);
3
- // Help blind or low-vision users using screen readers understand your sketch.
+
4
+ // Help blind or low-vision screen reader users understand your sketch.
5
describe("A 400 by 400 pixel gray canvas.");
6
}
7
0 commit comments