diff --git a/docs/user/smith.md b/docs/user/smith.md
index 8209e8bd88df16f14b5da58f4fbae7b6a42f76da..202dde2aa41ea4845f41232fd8cc6ba9b86e1c1b 100644
--- a/docs/user/smith.md
+++ b/docs/user/smith.md
@@ -28,7 +28,7 @@ When you have at least 3 certifications, your'in!
 - Generate and publish your session keys
   1. create an ssh bridge from your desktop/laptop to your server : `ssh -L 9945:localhost:9945 SSH_USER@YOUR_SERVER`
   2. In your browser go to [polkadotjs : ws://localhost:9945](https://polkadot.js.org/apps/?rpc=ws%3A%2F%2Flocalhost%3A9945#/explorer)
-  3. In the UI : developer > appel RPC > author > rotateKey() and copy the result in clipboard
+  3. In the UI : developer > appel RPC > author > rotateKeys() and copy the result in clipboard
   4. In the UI : developer > extrinsics > YOUR_SMITH_ACCOUNT > authorityMembers > setSessionKeys(keys) then paste your session keys and run the query.
   5. In the UI : developer > extrinsics > YOUR_SMITH_ACCOUNT > authorityMembers > claimMembership(keys)
   6. **wait 48h to verify you keep sync**