Section link - https://nextjs.org/learn/dashboard-app/mutating-data#using-forms-with-server-actions
Current text:
An advantage of invoking a Server Action within a Server Component is progressive enhancement - forms work even if JavaScript has not yet loaded on the client. For example, without slower internet connections.
Issue:
The example "without slower internet connections" contradicts the core concept of progressive enhancement and creates a misleading implication.
Proposed correction:
An advantage of invoking a Server Action within a Server Component is progressive enhancement - forms work even if JavaScript has not yet loaded on the client. For example, on slower internet connections.