From c71b6a7d1bb838c7b597b465d42d1effc86a4633 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Tue, 3 Sep 2019 05:29:20 -0400 Subject: [PATCH] fix(doc): Minor typo in NgbDropdownItem summary (#3308) --- src/dropdown/dropdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dropdown/dropdown.ts b/src/dropdown/dropdown.ts index 937f5690ec..1e9633e582 100644 --- a/src/dropdown/dropdown.ts +++ b/src/dropdown/dropdown.ts @@ -32,7 +32,7 @@ export class NgbNavbar { } /** - * A directive you should put put on a dropdown item to enable keyboard navigation. + * A directive you should put on a dropdown item to enable keyboard navigation. * Arrow keys will move focus between items marked with this directive. * * @since 4.1.0