From f6dff5a85970fcb2c791b34d412cbb03a2c50123 Mon Sep 17 00:00:00 2001 From: ballenwen <57246351+ballenwen@users.noreply.github.com> Date: Sat, 2 Nov 2019 01:16:37 +0800 Subject: [PATCH] Fix typo in the README.md of sentinel-annotation-aspectj (#1136) --- sentinel-extension/sentinel-annotation-aspectj/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sentinel-extension/sentinel-annotation-aspectj/README.md b/sentinel-extension/sentinel-annotation-aspectj/README.md index 00967d25..917291a6 100644 --- a/sentinel-extension/sentinel-annotation-aspectj/README.md +++ b/sentinel-extension/sentinel-annotation-aspectj/README.md @@ -1,7 +1,7 @@ # Sentinel Annotation AspectJ This extension is an AOP implementation using AspectJ for Sentinel annotations. -Currently only runtime waving is supported. +Currently only runtime weaving is supported. ## Annotation @@ -66,4 +66,4 @@ public class SentinelAspectConfiguration { } ``` -An example for using Sentinel Annotation AspectJ with Spring Boot can be found [here](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-annotation-spring-aop). \ No newline at end of file +An example for using Sentinel Annotation AspectJ with Spring Boot can be found [here](https://github.com/alibaba/Sentinel/tree/master/sentinel-demo/sentinel-demo-annotation-spring-aop).