Skip to content

Commit 4474c1f

Browse files
authored
fix: remove obtrusive punctuation marks (#1646)
1 parent 59913b5 commit 4474c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/scaling-up/state-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ If you are building an application that leverages [Server-Side Rendering (SSR)](
230230
While our hand-rolled state management solution will suffice in simple scenarios, there are many more things to consider in large-scale production applications:
231231

232232
- Stronger conventions for team collaboration
233-
- Integrating with the Vue DevTools, including timeline, in-component inspection, and time-travel debugging.
233+
- Integrating with the Vue DevTools, including timeline, in-component inspection, and time-travel debugging
234234
- Hot Module Replacement
235235
- Server-Side Rendering support
236236

0 commit comments

Comments
 (0)