Skip to content

Commit 6d14ed3

Browse files
ikwilnaarhuismanrick
andauthored
typo on sendGoal (#1126)
chore: fix typo on Action.ts Co-authored-by: rick <rick@rick.rick>
1 parent 1b90cef commit 6d14ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/roslib/src/core/Action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default class Action<
7777
*
7878
* @param goal - The action goal to send.
7979
* @param resultCallback - The callback function when the action is completed.
80-
* @param [feedbackCallback] - The callback function when the action pulishes feedback.
80+
* @param [feedbackCallback] - The callback function when the action publishes feedback.
8181
* @param [failedCallback] - The callback function when the action failed.
8282
*/
8383
sendGoal(

0 commit comments

Comments
 (0)