Skip to content

Commit

Permalink
chore(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel committed Nov 7, 2024
1 parent ef47c06 commit 72caf35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ These changes included things like:

- Removing a class that locks the scroll on the site (added to the body) when using the `ion-popover`;
- Adding scroll tracking;
- Ensuring responsiveness in terms of automatically changing side/directio;
- Ensuring responsiveness in terms of automatically changing side/direction.

## Decision Drivers

- Bundle Size: The size of the library was considered. If the size was too large, it would be a NO-GO for inclusion in the project. As the entire library currently (2024/11/05) only 8.9KB, we understood that the size would not negatively impact the user experience;
- Popularity and Maintenance: PopperJS is the most well-known library for handling this type of work. Many libraries that implement some type of "popper" use it to provide this functionality;
- Popularity and Maintenance: PopperJS is the most well-known library for handling this type of work. Many libraries that implement some type of "popper" use it to provide this functionality.

## Decision

Expand Down

0 comments on commit 72caf35

Please sign in to comment.