Skip to content

Commit d1f8fd0

Browse files
serrafdevMSilva95
authored andcommitted
fix audit readme file posts/comments
1 parent bdc3d6d commit d1f8fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subjects/forum/audit/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444

4545
###### Does it present the user you created?
4646

47-
##### Try creating a post in the forum, open the database with `sqlite3 <database_name.db>` and perform a query to select all the users (Example: SELECT \* FROM post;).
47+
##### Try creating a post in the forum, open the database with `sqlite3 <database_name.db>` and perform a query to select all the posts (Example: SELECT \* FROM posts;).
4848

4949
###### Does it present the post you created?
5050

51-
##### Try creating a comment in the forum, open the database with `sqlite3 <database_name.db>` and perform a query to select all the users (Example: SELECT \* FROM comment;).
51+
##### Try creating a comment in the forum, open the database with `sqlite3 <database_name.db>` and perform a query to select all the comments (Example: SELECT \* FROM comments;).
5252

5353
###### Does it present the comment you created?
5454

0 commit comments

Comments
 (0)