Fix typos
See gh-2019
This commit is contained in:
@@ -293,7 +293,7 @@ state. They merely act on the method and arguments.
|
||||
Per-instance advice is appropriate for introductions, to support mixins. In this case,
|
||||
the advice adds state to the proxied object.
|
||||
|
||||
Ypou can use a mix of shared and per-instance advice in the same AOP proxy.
|
||||
You can use a mix of shared and per-instance advice in the same AOP proxy.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -391,7 +391,7 @@ be configured with a simple string for that resource, as the following example s
|
||||
----
|
||||
====
|
||||
|
||||
Note that the resource path has no prefix. Consequetly, because the application context itself is
|
||||
Note that the resource path has no prefix. Consequently, because the application context itself is
|
||||
going to be used as the `ResourceLoader`, the resource itself is loaded through a
|
||||
`ClassPathResource`, a `FileSystemResource`, or a `ServletContextResource`,
|
||||
depending on the exact type of the context.
|
||||
|
||||
Reference in New Issue
Block a user