Skip to content

Commit cea6b7c

Browse files
committed
Fixing typos with news stories
1 parent ae32e28 commit cea6b7c

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

src/devlog/2024-05.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,42 @@
33
devlog: 2024-05
44
---
55

6+
67
Welcome to a Summer of Modulo improvements! Huge updates are just around the
78
corner, bringing new definitions, new features, and even a few deprecations.
89
All of these features are intended to bring Modulo closer to it's first
9-
release no-longer labeled "alpha": Version `0.1.0`.
10+
post-alpha release: Version `0.1.0`.
1011

1112

1213
However, you'll have to wait for those features, since I haven't released a new
1314
version of Modulo just yet. These last few months I have instead written loads
1415
of new, mini-tutorials. Each tutorial teaches how to make a different type of
15-
component, or use a different feature
16+
component, or use a different feature of the Modulo framework.
1617

1718

1819
## Byte-sized tutorials
1920

2021
Tutorials range between 3 minutes and 10 minutes, but all provide an easy
2122
component to copy and paste in the end. Ultimately, the goal is not only to
2223
give you a component, but to teach you the underlying reasoning behind
23-
building each feature.
24+
developing each feature.
2425

2526

2627
## Fun
2728

2829
While I try to keep things a little "fun", the rest of the documentation is
2930
pretty dang serious. documentation. However, for these tutorials, I wanted
30-
something more accessible, interesting, and hopefully not-too-bording. Each
31-
tutorial is pretty "flashy": This makes them ideal for learning, even if
31+
something more accessible, interesting, and hopefully not-too-boring.
3232

3333
Most of the tutorials are very visual and focus on learning design techniques,
34-
or how to build design tools. Some even integrate fun APIs, like a Pokemon API.
34+
or how to build design tools. Some even integrate fun APIs, like a Pokemon API (see below!).
3535

3636
## Get learning!
3737

3838

39-
[**Go ahead and get started on the new tutorial series on the EXAMPLES page.**](/examples/#learn)
39+
[**Go ahead and get started on the new tutorial series on the EXAMPLES
40+
page.**](/examples/#learn)
41+
4042

43+
<img src="https://media.dev.to/cdn-cgi/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmx31jwjrj6cofucvyut1.gif" alt="Screenshot" class="library2_ArticleList">
4144

src/devlog/2024-12.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
- Q: Why is `vanish-into-document` is being removed? A: We already have `vanish`, and
100100
now we also have `Include`, making `vanish-into-document` obsolute as a
101-
component render mode. Some of the changes may seem like steps backward.
101+
component render mode.
102102

103103
- Q: Why the directive syntax change? A: While browsers technically allow those
104104
characters, this makes the directive attribute naming convention follow the

0 commit comments

Comments
 (0)