Skip to content

Commit abd1fe0

Browse files
authored
docs: Remove redundant symbols ‘ “ ’ (#8101)
1 parent 9c0763d commit abd1fe0

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react

1 file changed

+1
-1
lines changed

src/content/reference/react/act.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Don’t forget that dispatching DOM events only works when the DOM container is
152152

153153
## Troubleshooting {/*troubleshooting*/}
154154

155-
### I'm getting an error: "The current testing environment is not configured to support act"(...)" {/*error-the-current-testing-environment-is-not-configured-to-support-act*/}
155+
### I'm getting an error: "The current testing environment is not configured to support act(...)" {/*error-the-current-testing-environment-is-not-configured-to-support-act*/}
156156

157157
Using `act` requires setting `global.IS_REACT_ACT_ENVIRONMENT=true` in your test environment. This is to ensure that `act` is only used in the correct environment.
158158

0 commit comments

Comments
 (0)