Skip to content

Commit 9b56b8e

Browse files
committed
typo fix
1 parent f30e6dc commit 9b56b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api-umbrella/admin-ui/app/utils/duplicable-new-route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { success } from '@pnotify/core';
33
import { clearStoreCache } from 'api-umbrella-admin-ui/utils/uncached-model';
44

55
// Returns a route class that adds support for cloning a source record
6-
// when `duplicate_id` is present in the query string. Each new-route in
6+
// when `duplicate_id` is present in the query string. Each new route in
77
// the admin UI extends `duplicableNewRoute(Form)` instead of `Form`
88
// directly, so this class sits between Form and the resource's NewRoute.
99
//

0 commit comments

Comments
 (0)