Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernandez committed May 6, 2024
1 parent 93ed8eb commit 6888678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ a {
border-bottom: 1px dotted;
color: rebeccapurple;
cursor: pointer;
line-height: 1.2;
margin-bottom: 8px;
padding-bottom: 0.3px;
line-height: 1;
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here it is in action:
figure(h3('A Simple Counter'), counter('c1', 0)))
</script>

**So: On the client, state really only needs to exist in three places:**
**So: On the client, state really only needs to exist in two places:**

1. In the state rendered on the screen at any given moment.
2. In the code itself as default function arguments. While not stricly
Expand Down

0 comments on commit 6888678

Please sign in to comment.