We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fabc0 commit fb130c2Copy full SHA for fb130c2
src/blog/explicit-compile-hints.md
@@ -70,7 +70,7 @@ function testfunc2() {
70
testfunc2();
71
```
72
73
-Remember to run Chorme with a clean user data directory, so that code caching won't mess with your experiment. An example command line would be:
+Remember to run Chrome with a clean user data directory, so that code caching won't mess with your experiment. An example command line would be:
74
75
```sh
76
rm -rf /tmp/chromedata && google-chrome --no-first-run --user-data-dir=/tmp/chromedata --js-flags=--log-function_events > log.txt
0 commit comments