diff --git a/docs/Spring/Spring整体脉络/16张图解锁Spring的整体脉络.md b/docs/Spring/Spring整体脉络/16张图解锁Spring的整体脉络.md
index c82609f..163d525 100644
--- a/docs/Spring/Spring整体脉络/16张图解锁Spring的整体脉络.md
+++ b/docs/Spring/Spring整体脉络/16张图解锁Spring的整体脉络.md
@@ -132,13 +132,13 @@ FactoryBean ,它本身就是个 Bean,算是小工厂 ,归 BeanFactory 这
相比大工厂 BeanFactory 少了特别多东西,没有严格的 Bean 生命周期流程 😄
-FacotryBean 对象本身也是一个 Bean,是一个小工厂,可以生产另外的 Bean
+FactoryBean 对象本身也是一个 Bean,是一个小工厂,可以生产另外的 Bean
BeanFactory 是 Spring 容器的根接口,是大工厂,生产各种各样的 Bean
beanName 就是正常对象
-“&”+beanName , 获取的是实现了该接口的 FacotryBean 工厂对象
+“&”+beanName , 获取的是实现了该接口的 FactoryBean 工厂对象
大致如下 👇
diff --git a/index.html b/index.html
index 63e2306..0940a71 100644
--- a/index.html
+++ b/index.html
@@ -9,8 +9,8 @@
-
-
+
+