From cc6be557b0756a77890d2f4b588aa6f5bf173872 Mon Sep 17 00:00:00 2001 From: VilenEera Date: Sat, 2 Dec 2017 12:04:13 +0800 Subject: [PATCH] update overview.md --- overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overview.md b/overview.md index de1025c..642e42c 100644 --- a/overview.md +++ b/overview.md @@ -60,7 +60,7 @@ We also used some third party utilities, such as [Lombok project](https://projec For testing purpose, Spring test/JUnit, Mockito, Rest Assured will be used. -##Smaple application +##Sample application In order to demonstrate how to build RESTful APIs, I will implement a simple Blog system to explain it in details. @@ -81,7 +81,7 @@ A normal user can execute the most common tasks. A administrater should have more advanced permissions, eg. he can manage the system users. 1. Create a new user. -2. Update uesr +2. Update user 3. Delete user 4. Search users by keyword.