We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b90cef commit 6d14ed3Copy full SHA for 6d14ed3
1 file changed
packages/roslib/src/core/Action.ts
@@ -77,7 +77,7 @@ export default class Action<
77
*
78
* @param goal - The action goal to send.
79
* @param resultCallback - The callback function when the action is completed.
80
- * @param [feedbackCallback] - The callback function when the action pulishes feedback.
+ * @param [feedbackCallback] - The callback function when the action publishes feedback.
81
* @param [failedCallback] - The callback function when the action failed.
82
*/
83
sendGoal(
0 commit comments