Skip to content

Commit

Permalink
Update common-content/en/module/js2/plan/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sally McGrath <[email protected]>
  • Loading branch information
illicitonion and SallyMcGrath authored Oct 29, 2024
1 parent 51a7c5c commit ab58d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-content/en/module/js2/plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A[Step 1: Define the character limit of 200] --> B[Step 2: Access the textarea e

There are two times we may want to do this:
1. When the page first loads we should show the _initial_ limit.
* Whenever the user changes what's in the textarea (adds or removes a character), we want to _update_ to show the remaining limit.
2. Whenever the user adds or removes a character from the textarea, we want to _update_ to show the remaining limit.

```mermaid
flowchart TD
Expand Down

0 comments on commit ab58d3e

Please sign in to comment.