Skip to content

Commit 7989b52

Browse files
authored
docs: fix typo - remove duplicate word "be" (#3293)
Fix typo Removed "be"
1 parent abf53b9 commit 7989b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/composition-api-helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ Used to generate unique-per-application IDs for accessibility attributes or form
134134
If you have more than one Vue application instance of the same page, you can avoid ID conflicts by giving each app an ID prefix via [`app.config.idPrefix`](/api/application#app-config-idprefix).
135135

136136
:::warning Caution
137-
`useId()` should be not be called inside a `computed()` property as it may cause instance conflicts. Instead, declare the ID outside of `computed()` and reference it within the computed function.
137+
`useId()` should not be called inside a `computed()` property as it may cause instance conflicts. Instead, declare the ID outside of `computed()` and reference it within the computed function.
138138
:::

0 commit comments

Comments
 (0)