Skip to content

Commit f8976d5

Browse files
committed
[doc] change typo
1 parent 5ced865 commit f8976d5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ TENCENT SOTER基于BSD协议。请参考[协议文档](./LICENSE)。
106106

107107
## A Quick Look at TENCENT SOTER
108108

109-
TENCENT SOTER is a biomatric standard as well as a platform held by Tencent.
109+
TENCENT SOTER is a biometric standard as well as a platform held by Tencent.
110110

111-
There are more than 100 models, 230 million Android devices supporting TENCENT SOTER, and the number is still increading fast.
111+
There are more than 100 models, 230 million Android devices supporting TENCENT SOTER, and the number is still increasing fast.
112112

113-
TENCENT SOTER has been already used in scenaries like WeChat fingerprint payment , fingerprint authentication in Official Account Webpages and Mini Programs.
113+
TENCENT SOTER has been already used in scenarios like WeChat fingerprint payment, fingerprint authentication in Official Account Webpages and Mini Programs.
114114

115-
You can get a consistent experience in fingerprint authenticating in your applicaiton, like what it is like in WeChat Payment, by getting access to TENCENT SOTER.
115+
You can get a consistent experience in fingerprint authenticating in your application, like what it is like in WeChat Payment, by getting access to TENCENT SOTER.
116116

117117
![SoterFramework](https://github.com/WeMobileDev/article/blob/master/assets/soter/SoterFramework.png)
118118

@@ -146,7 +146,7 @@ Add fingerprint permission declaration in `AndroidManifest.xml`
146146

147147
### Initialize
148148

149-
You need to initialize only once in application's lifecircle. You can either do it in `Application`'s onCreate, or anywhere before you need to use TENCENT SOTER.
149+
You need to initialize only once in application's lifecycle. You can either do it in `Application`'s `onCreate()`, or anywhere before you need to use TENCENT SOTER.
150150

151151
```java
152152
InitializeParam param = new InitializeParam.InitializeParamBuilder()
@@ -181,7 +181,7 @@ SoterWrapperApi.requestAuthorizeAndSign(new SoterProcessCallback<SoterProcessAut
181181

182182
### Release
183183

184-
You can release all the resource when you do not use TENCENT SOTER again by calling release. It will abort on-doing tasks and remove support status. TENCENT SOTER will not occupy too much room actually. You can only do it when you confirm that you did not need to use it, like switch an account.
184+
You can release all the resource when you do not use TENCENT SOTER again by calling release. It will abort on-going tasks and remove support status. TENCENT SOTER will not occupy too much room actually. You can only do it when you confirm that you did not need to use it, like switch an account.
185185

186186
```java
187187
SoterWrapperApi.release();
@@ -190,7 +190,7 @@ SoterWrapperApi.release();
190190
## More Document
191191

192192
- Want to know more about TENCENT SOTER's mechanism? Check [this](https://github.com/Tencent/soter/wiki).
193-
- Want to use TENCENT SOTER in more sensitive business scenaries like login, or even payment? Check [this](https://github.com/Tencent/soter/wiki).
193+
- Want to use TENCENT SOTER in more sensitive business scenarios like login, or even payment? Check [this](https://github.com/Tencent/soter/wiki).
194194

195195
## Contributing
196196

0 commit comments

Comments
 (0)