Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniave committed Jun 18, 2024
1 parent e9ae5e3 commit f59cef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/ogc-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default defineBuildConfig({
});
```

and create a search search instance:
and create a search source instance:

```ts
const ogcSearchSourceFactory = ...; // injected
Expand Down
2 changes: 1 addition & 1 deletion src/samples/showcase/showcase-app/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
content: "";
position: absolute;
inset: 0;
pointer-events:none;
pointer-events: none;
border: 3px solid var(--chakra-colors-trails-500);
}

Expand Down

0 comments on commit f59cef9

Please sign in to comment.