Skip to content

Commit c1a48a0

Browse files
hejsztynxexploIF
andauthored
docs: code review suggestions
Co-authored-by: Igor Furgała <74370735+exploIF@users.noreply.github.com>
1 parent 1f559ce commit c1a48a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/core-functionalities/web-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 4
66

77
Both `EnrichedTextInput` and `EnrichedText` run on the web. On native the editor
88
is backed by the platform's text engine; on the web it is built on
9-
[Tiptap](https://tiptap.dev/) (on top of ProseMirror). That implementation
9+
[Tiptap](https://tiptap.dev/). That implementation
1010
detail stays behind the same public API.
1111

1212
## One API across platforms
@@ -88,7 +88,7 @@ will define, which URI-containing attributes will actually be preserved by the s
8888

8989
## Server-side rendering
9090

91-
The library does **not** support SSR. Normalization and sanitization both need a
91+
The library does **not** support SSR yet. Normalization and sanitization both need a
9292
DOM to work against, which isn't available during server rendering. In an SSR
9393
framework (Next.js, Remix, …), make sure both `EnrichedTextInput` and
9494
`EnrichedText` render **client-side only**.

0 commit comments

Comments
 (0)