Skip to content

Commit a5f6a98

Browse files
committed
small phrase change
1 parent c2ce2d4 commit a5f6a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-js/02-first-steps/07-type-conversions/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For example, `alert` automatically converts any value to a string to show it. Ma
77
There are also cases when we need to explicitly convert a value to the expected type.
88

99
```smart header="Not talking about objects yet"
10-
In this chapter, we won't cover objects. We'll be talking about primitives just yet.
10+
In this chapter, we won't cover objects. We'll only be talking about primitives.
1111
1212
Later, after we learn about objects, in the chapter <info:object-toprimitive> we'll see how objects fit in.
1313
```

0 commit comments

Comments
 (0)