Skip to content

Commit

Permalink
docs: Ionic -> Ionic Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz authored Sep 29, 2023
1 parent fe12223 commit 6b6cf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/barcode-scanning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const requestPermissions = async () => {
};
```

An example of the CSS class `barcode-scanner-active` **with** Ionic could be:
An example of the CSS class `barcode-scanner-active` **with** Ionic Framework could be:

```css
// Hide all elements
Expand All @@ -221,7 +221,7 @@ body.barcode-scanner-active {
}
```

An example of the CSS class `barcode-scanner-active` **without** Ionic could be:
An example of the CSS class `barcode-scanner-active` **without** Ionic Framework could be:

```css
// Hide all elements
Expand Down

0 comments on commit 6b6cf45

Please sign in to comment.