diff --git a/docs.it4i/cs/guides/power10.md b/docs.it4i/cs/guides/power10.md
index 102e23fc0afc59ef017303f9d45ad801f67614d2..2652933362c49a7082f16ccec62088222fd4fac1 100644
--- a/docs.it4i/cs/guides/power10.md
+++ b/docs.it4i/cs/guides/power10.md
@@ -1,6 +1,6 @@
 # Using IBM Power Partition
 
-For testing your application on the IBM Power parition,
+For testing your application on the IBM Power partition,
 you need to prepare a job script for that partition or use the interactive job:
 
 ```console
@@ -11,7 +11,7 @@ where:
 
 - `-N 1` means allocation single node,
 - `-c 192` means allocation 192 cores (threads),
-- `-p p07-power` is IBM Power parition,
+- `-p p07-power` is IBM Power partition,
 - `--time=08:00:00` means allocation for 8 hours.
 
 On the partition, you should reload the list of modules:
@@ -208,4 +208,4 @@ program main
     deallocate(w1)
     deallocate(w2)
 end program main
-```
\ No newline at end of file
+```