Skip to content

Commit ed3fa36

Browse files
authored
Merge branch 'main' into fix-github-capitalization
2 parents 984e5f2 + b0da03a commit ed3fa36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/contributor-docs/en/steward_guidelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To remain a steward, you must contribute as a steward to at least 1 of the 2 mos
9292

9393
### Getting Started with Stewardship
9494

95-
1. Keep this guideline handy as a reference - how to help with new issues, bugs, and features. For example, the "Feature request" section includes tips on how to use the the p5.js [access statement](../access/) as a steward.
95+
1. Keep this guideline handy as a reference - how to help with new issues, bugs, and features. For example, the "Feature request" section includes tips on how to use the p5.js [access statement](../access/) as a steward.
9696
2. When helping to answer technical questions or review, try to apply the Processing Foundation [guideline on answering questions](https://discourse.processing.org/t/guidelines-answering-questions/2145/) - these can be especially helpful for giving constructive technical feedback.
9797
3. Join the [p5.js Discord](https://discord.p5js.org) - in the `#contribute-to-p5` you're welcome to ask any questions you have about this process - or suggest how it can be improved!
9898

src/content/examples/en/09_Angles_And_Motion/00_Sine_Cosine/description.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This example demonstrates the
2525
mathematical functions.
2626

2727
The animation shows uniform circular motion around the unit circle
28-
(circle with radius 1). Any angle measured from the the x-axis
28+
(circle with radius 1). Any angle measured from the x-axis
2929
determines a point on the circle. The cosine and sine of the angle
3030
are defined to be the x and y coordinates, respectively, of that
3131
point.

0 commit comments

Comments
 (0)