Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Clarify some of the language #135

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/CH00_Introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ grown up knowing nothing but Single Page Applications and the frameworks that ar
In particular, many young web developers began their careers by building React.js applications that interact with a Node server using a
JSON API; they may never have learned about hypermedia as a system at all.

This is a tragedy, and, frankly, a failure on the part of the thought leaders in the web development community to properly
This is a tragedy, and, frankly, a failure on the part of the web development community to properly
communicate and advocate for the hypermedia approach.

Hypermedia was a great idea! It still is!
Expand Down
2 changes: 1 addition & 1 deletion book/CH01_HypermediaAReintroduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ was describing in his dissertation.
These applications tend to be clunky, but they work reasonably well. Many web developers and teams choose to accept the
limitations of plain HTML in the interest of simplicity and reliability.

Rich Harris, creator of Svelte.js, a popular SPA library, and a thought-leader on the SPA side of the debate, has proposed a mix
Rich Harris, creator of Svelte.js, a popular SPA library, and an advocate on the SPA side of the debate, has proposed a mix
of this older MPA style and the newer SPA style. Harris calls this approach to building web applications "`transitional,`" in that
it attempts to blend the MPA approach and the newer SPA approach into a coherent whole. (This is somewhat
similar to the "`transitional`" trend in architecture, which combines traditional and modern architectural styles.)
Expand Down