diff --git a/fn/README.md b/fn/README.md index b18ae624348d0e059adfc6446199c1bc91072a22..c488e0853142fcb97d9b8ff3f1140d710152c081 100644 --- a/fn/README.md +++ b/fn/README.md @@ -171,7 +171,7 @@ def handler(ctx, data: io.BytesIO = None): ) ``` -Function build and deployment on the lcoal Fn server (these commands have to be run from the directory containing the `wmcp` funciton directory): +Function build and deployment on the lcoal Fn server (these commands have to be run from the directory containing the `wmcp` function directory): ```shell script ( cd fn diff --git a/spark/README.md b/spark/README.md index 75eec4a9e7b2b71237f5a5ff16fc4eba8c3f25b7..1c97f8a52881172585a1256f8bde427390184d7b 100644 --- a/spark/README.md +++ b/spark/README.md @@ -43,7 +43,7 @@ Open a new shell to execute these commands ) ``` -Once oin the PySpark shell, type: +Once in the PySpark shell, type: ```python exec(open("/tmp/wc.py", "rb").read()) exit()