Skip to content

Commit fb130c2

Browse files
authored
Chorme -> Chrome (#805)
1 parent f2fabc0 commit fb130c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blog/explicit-compile-hints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function testfunc2() {
7070
testfunc2();
7171
```
7272

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:
73+
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:
7474

7575
```sh
7676
rm -rf /tmp/chromedata && google-chrome --no-first-run --user-data-dir=/tmp/chromedata --js-flags=--log-function_events > log.txt

0 commit comments

Comments
 (0)