Skip to content

Commit 9b8a527

Browse files
authored
Merge branch 'dev-2.0' into fix/strands-lerp
2 parents f8fa808 + a513b28 commit 9b8a527

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contributor_docs/contributing_to_the_p5js_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ In some editors, such as vs code, you can hover over a function or variable to s
11901190
11911191
### Previewing your work on the website, locally
11921192
1193-
At some point you will want to preview how your changes will look on the website. This involves run the website locally and having it import your p5.js code from a branch of your repo.
1193+
At some point you will want to preview how your changes will look on the website. This involves running the website locally and having it import your p5.js code from a branch of your repo.
11941194
11951195
Steps:
11961196

contributor_docs/documentation_style_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ let magicWord = 'Please';
234234

235235
## Accessible Canvas Labels
236236

237-
- Use `describe()` to in p5.js example code, to add labels to your canvas so that it’s readable for screen readers.
237+
- Use `describe()` in p5.js example code to add labels to your canvas so that it’s readable for screen readers.
238238

239239
> Why? It makes examples accessible to screen readers, and models how to write good canvas labels.
240240

contributor_docs/project_wrapups/katiejliu_gsoc_2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#### Mentors: Rachel Lim and Claire Kearney-Volpe
44

55
### Overview
6-
For my Google Summer of Code project, I added alt text to the visual elements of the p5.js website, specfically to all of the examples. With the help of my mentors Rachel and Claire, I was able to improve the accessibility of the p5.js website for users with visually impairment.
6+
For my Google Summer of Code project, I added alt text to the visual elements of the p5.js website, specifically to all of the examples. With the help of my mentors Rachel and Claire, I was able to improve the accessibility of the p5.js website for users with visually impairment.
77

88
### Process
99
To begin, I did a lot of research on best alt text practices. I read about web accessibility through sources such as articles from WebAIM and the Web Content Accessibility Guidelines from W3C. I also familiarized myself with navigating and using the built-in screen reader on my Mac.

0 commit comments

Comments
 (0)