Correct typos in the blog (#6955)

This commit is contained in:
shinji3887 2020-03-25 11:34:16 +08:00 committed by GitHub
parent f077cba5aa
commit 8dffa0c468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ WebAssembly 沙盒的目标:
- **效率** - 这是一种低延迟,低 CPU 和内存开销的扩展机制。
- **功能** - 这是一种可以执行策略,收集遥测数据和执行有效荷载变更的扩展机制。
- **隔离** - 一个插件中程序的错误或是溃不会影响其它插件。
- **隔离** - 一个插件中程序的错误或是溃不会影响其它插件。
- **配置** - 插件使用与其它 Istio API 一致的 API 进行配置。可以动态的配置扩展。
- **运维** - 扩展可以以仅日志,故障打开或者故障关闭的方式进行访问和部署。
- **扩展开发者** - 可以用多种编程语言编写。