Skip to content

Commit

Permalink
Fix callout formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Brückner <[email protected]>
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel and froschdesign authored Jan 7, 2025
1 parent 52ddf94 commit f530821
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/book/v3/inflector.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ Filters can be specified using:
By default, all [standard filters](standard-filters.md) are available by referencing any FQCN, or known alias of the filter type.
If you have configured your application with [custom filters](writing-filters.md), these will also be available in any rules you define.

TIP: **Tip**
Try to prefer fully qualified class names *(FQCNs)* rather than aliases or 'short names'.
TIP: Try to prefer fully qualified class names *(FQCNs)* rather than aliases or 'short names'.
It will be easier for your IDE or text editor to identify specific filter usage when you use FQCNs.

### Setting the Inflector Target
Expand Down

0 comments on commit f530821

Please sign in to comment.