Skip to content

Commit

Permalink
✏️ fix grammer mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Nov 23, 2023
1 parent b9048f0 commit 4007b93
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ npm install element-box

## Why

I work with elements' dimension and position rarely enough to forget the details but often enough to frustrate me that it takes away my flow/productivity.
I work with the dimensions and positions of elements rarely enough to forget the details, but often enough to frustrate me when it hampers my flow and productivity.

It's hard to recall what the difference between `clientWidth` and `offsetWidth` and does `element.getBoundingClientRect()` include the borders or not.
What was the difference between `clientWidth` and `offsetWidth`? Did `element.getBoundingClientRect
()` include the borders or not?

This library provides a friendly API that let's you think about the topic more easily while adding functions that are otherwise hard to
This library provides a friendly API that lets you think about the topic more easily while adding functions that are otherwise hard to

## API

Expand Down

0 comments on commit 4007b93

Please sign in to comment.