This is an automated email from the ASF dual-hosted git repository.
iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new f92318e Update dependencies.md (#610)
f92318e is described below
commit f92318ed53d60bd630fb9309af8be09a2ed58fce
Author: tony steven <[email protected]>
AuthorDate: Thu Aug 6 14:26:57 2020 +0800
Update dependencies.md (#610)
The word 'Optional dependencies' is error, I changed 'Optinal' to 'Optional'
---
docs/en-us/user/dependencies.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en-us/user/dependencies.md b/docs/en-us/user/dependencies.md
index 437dce5..9a1a853 100644
--- a/docs/en-us/user/dependencies.md
+++ b/docs/en-us/user/dependencies.md
@@ -19,7 +19,7 @@ All dependencies here are selected for the default
configuration of the Dubbo, w
* spring-context.jar [^4]: If you are using `ServiceConfig` and
`ReferenceConfig` API calls, is not required.
* netty.jar [^5]: if `<dubbo:protocol server="mina"/>` or `<dubbo:protocol
server="grizzly"/>`,Then change to mina.jar or grizzly.jar. If `<protocol
name="rmi"/>`, is not required.
-## Optinal dependencies
+## Optional dependencies
These dependencies needs to be added to project manually,when you need them.
* netty-all 4.0.35.Final
@@ -55,4 +55,4 @@ These dependencies needs to be added to project
manually,when you need them.
[^3]: Bytecode generation
[^4]: Configuration parsing
[^5]: Network transmission
-[^6]: JAVAEE
\ No newline at end of file
+[^6]: JAVAEE