diff --git a/src/documentation/0000-socket-programming-with-net-module/index.md b/src/documentation/0000-socket-programming-with-net-module/index.md index 7390ff2127..c94c5b7960 100644 --- a/src/documentation/0000-socket-programming-with-net-module/index.md +++ b/src/documentation/0000-socket-programming-with-net-module/index.md @@ -135,4 +135,4 @@ To learn more, try completing the following challenges: * for an extra challenge try to implement a basic user-store for authentication of user accounts * Create a mini CRUD database server using an idiomatic chat-command interface * The chat-command interface could use keywords such as `create`, `read`, `update`, and `delete` so the client can send instructions to the server - * Data can be persisted between sessions using `fs` to read and write data to files + * Data can be persisted between sessions using `fs` to read and write data to files \ No newline at end of file