Skip to content

Commit da1f4df

Browse files
eai04191sandersn
authored andcommitted
Fix typo (#706)
1 parent 354f7c6 commit da1f4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In order to make the tests pass, please update the baseline as well in any pull
3434
It's recommended to first check which spec the wrong type belongs to. Say we are to update `IntersectionObserver` which belongs to [`Intersection Observer`](https://www.w3.org/TR/intersection-observer/) spec, and then we can do:
3535

3636
1. First check we have the spec name `Intersection Observer` in `inputfiles/idlSources.json`. If not, add it.
37-
2. Run `npm run fetch-idl "Intersection Observer" && num run build && npm run baseline-accept`.
37+
2. Run `npm run fetch-idl "Intersection Observer" && npm run build && npm run baseline-accept`.
3838

3939
If the above didn't fix the type issues, we can fix them via json files as a last resort.
4040
There are three json files that are typically used to alter the type generation: `addedTypes.json`, `overridingTypes.json`, and `removedTypes.json`.

0 commit comments

Comments
 (0)