Skip to content

Commit

Permalink
Fix minor typo on MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nares committed Sep 21, 2022
1 parent d6f8eb0 commit 80e77ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Filter results are cached inside SQL in order to improve performance. Same query

There were so many hooks used in the module that the hook actions have been moved outside of the main file, unlike many other modules. A hook dispatcher is in charge of linking the main module file and calling the right hooks. Hook actions will be found in `src/Hook`

### MysQL adapter
### MySQL adapter

Inside `src/Adapter` is the code responsible for mapping faceted search queries to MySQL queries

Expand Down

0 comments on commit 80e77ea

Please sign in to comment.