Skip to content

Commit d809a8f

Browse files
committed
bug #8871 Missing a dot in the last block of code (jfreixa)
This PR was submitted for the 4.0 branch but it was merged into the 3.3 branch instead (closes #8871). Discussion ---------- Missing a dot in the last block of code Commits ------- cb3cd43 Missing a dot in the last block of code
2 parents b4d9d7e + cb3cd43 commit d809a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/typescript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Then enable it by calling:
5454
5555
Encore
5656
// ...
57-
enableForkedTypeScriptTypesChecking()
57+
.enableForkedTypeScriptTypesChecking()
5858
;
5959
6060
This plugin requires that you have a `tsconfig.json`_ file that is setup correctly.

0 commit comments

Comments
 (0)