Skip to content

Commit 4f6a4d6

Browse files
prufrocksjohnr
authored andcommitted
Fix typo in architecture.adoc
1 parent 9564383 commit 4f6a4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ To do that, you can configure your application to <<servlet-logging,log the secu
281281
[[adding-custom-filter]]
282282
=== Adding a Custom Filter to the Filter Chain
283283

284-
Mostly of the times, the default security filters are enough to provide security to your application.
284+
Most of the time, the default security filters are enough to provide security to your application.
285285
However, there might be times that you want to add a custom `Filter` to the security filter chain.
286286

287287
For example, let's say that you want to add a `Filter` that gets a tenant id header and check if the current user has access to that tenant.

0 commit comments

Comments
 (0)