浏览代码

Update README.adoc

Fix typo
Rivaldi 5 年之前
父节点
当前提交
87cd1d73df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/boot/oauth2authorizationserver/README.adoc

+ 1 - 1
samples/boot/oauth2authorizationserver/README.adoc

@@ -32,7 +32,7 @@ Which will respond with something like:
 }
 ```
 
-You can also so the same with the `writer` client:
+You can also do the same with the `writer` client:
 
 ```bash
 curl writer:secret@localhost:8081/oauth/token -d grant_type=password -d username=subject -d password=password