Skip to content

Commit 64c3cd6

Browse files
committed
Hot fix tutorial content
1 parent 0eb8f2f commit 64c3cd6

File tree

1 file changed

+1
-3
lines changed
  • contents/tutorials/component-single-source-of-truth/v1

1 file changed

+1
-3
lines changed

contents/tutorials/component-single-source-of-truth/v1/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<ul>
2-
<li>Single Source of Truth</li>
3-
</ul>
1+
<h1>Single Source of Truth</h1>
42
<p>In modern websites, some pieces of information may appear in multiple places, such as the profile avatar, the website language, theme, etc. One way to ensure data consistency and accuracy is to implement the Single Source of Truth (SSOT) pattern, which centralises all data instead of distributing it across multiple components. In this tutorial, we will go through:</p>
53
<ul>
64
<li>The need for a single source of truth.</li>

0 commit comments

Comments
 (0)