Skip to content

Commit ea43718

Browse files
committed
squash: liniting
1 parent bf03be7 commit ea43718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/front-end/web-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ As with all programming models, there are some gotchas that the team has encount
7272
- To prevent a11y failures, signifacant expertise might be needed
7373

7474
- double-registration errors when bundling modules. we recommend using a global import map for each page
75-
- <abbr title="Server-side Rendering">SSR</abbr> gotchas. When using the `lit-ssr` library to generate [declarative shadow DOM templates](https://web.dev/articles/declarative-shadow-dom), hydration mismatches when client initial state differs from server rendered state can be difficult to recover from.
75+
- Server-side Rendering (SSR) gotchas. When using the `lit-ssr` library to generate [declarative shadow DOM templates](https://web.dev/articles/declarative-shadow-dom), hydration mismatches when client initial state differs from server rendered state can be difficult to recover from.
7676
- shadow DOM can be a double edged sword. Teams which are unused to it may find it difficult to work with at first
7777

7878
- Unit Testing

0 commit comments

Comments
 (0)