Skip to content

Commit 42603c0

Browse files
committed
minor
1 parent 077fd84 commit 42603c0

File tree

11 files changed

+13
-11
lines changed

11 files changed

+13
-11
lines changed

1-js/99-js-misc/01-proxy/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As we can see, without any traps, `proxy` is a transparent wrapper around `targe
4343

4444
To activate more capabilities, let's add traps.
4545

46-
What can we intercept by them?
46+
What can we intercept with them?
4747

4848
For most operations on objects, there's a so-called "internal method" in JavaScript specificaiton, that describes on the lowest level, how it works. For instance, `[[Get]]` - the internal method to read a property, `[[Set]]` -- the internal method to write a property, and so on. These methods are only used in the specification, we can't call them directly by name.
4949

Loading
Loading
Loading

2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/mouseleave.view/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
#child {
9-
background: #CFCE95;
9+
background: #FFDE99;
1010
width: 50%;
1111
height: 50%;
1212
position: absolute;

0 commit comments

Comments
 (0)