Commit 94e8bdf
committed
minor #172 Fix small typo in Turbo code example (thomas-miceli)
This PR was merged into the main branch.
Discussion
----------
Fix small typo in Turbo code example
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Tickets | none
| License | MIT
An example from the Turbo README.md does not have the dollar `$` before `this` variable, and also a closing parenthesis instead of a closing curly brace.
Commits
-------
72f868e Fix small typos in code example1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments