diff --git a/json/json/client.py b/json/json/client.py index 5c303dcf..25811377 100644 --- a/json/json/client.py +++ b/json/json/client.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# This script could be used for actix-web multipart example test +# This script could be used for Actix Web multipart example test # just start server and run client.py import json diff --git a/templating/handlebars/static/templates/index.html b/templating/handlebars/static/templates/index.html index 013026cb..4ecfc8fd 100644 --- a/templating/handlebars/static/templates/index.html +++ b/templating/handlebars/static/templates/index.html @@ -7,6 +7,6 @@
This is an example of how to use {{name}} with Actix-Web.
+This is an example of how to use {{name}} with Actix Web.