Skip to content

Commit

Permalink
Merge pull request #5083 from adrien-may/patch-1
Browse files Browse the repository at this point in the history
ra-ui-materialui/src/button/SaveButton - Small Typo in comment line
  • Loading branch information
Luwangel authored Jul 24, 2020
2 parents cd108b9 + 3b62a7b commit 4f16e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/button/SaveButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const SaveButton: FC<SaveButtonProps> = props => {
);

const handleClick = event => {
// deprecated: use onSuccess and transform insted of onSave
// deprecated: use onSuccess and transform instead of onSave
if (typeof onSave === 'function') {
if (process.env.NODE_ENV !== 'production') {
console.log(
Expand Down

0 comments on commit 4f16e79

Please # to comment.