Skip to content

Commit f8185ff

Browse files
committed
just remove it for now
1 parent a90d0a8 commit f8185ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/converting-from-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Format the code: `./node_modules/.bin/rescript format src/Main.res`.
164164

165165
We have a type error: "The record field student can't be found". That's fine! **Always ensure your code is syntactically valid first**. Fixing type errors comes later.
166166

167-
## Step 4: Add `external`s, Fix Types
167+
## Step 4: Add externals, Fix Types
168168

169169
The previous type error is caused by `payload`'s record declaration (which supposedly contains the field `student`) not being found. Since we're trying to convert as quickly as possible, let's use our [object](object) feature to avoid needing type declaration ceremonies:
170170

0 commit comments

Comments
 (0)