From 21a4fb705c5367f3b7b9154485c1ee1e8638284b Mon Sep 17 00:00:00 2001 From: pikammmmm <124257101+pikammmmm@users.noreply.github.com> Date: Sat, 2 May 2026 09:22:14 +0200 Subject: [PATCH] Fix `guarranteed` -> `guaranteed` typo in a1/README --- a1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a1/README.md b/a1/README.md index 034679c1..1b9b9d91 100644 --- a/a1/README.md +++ b/a1/README.md @@ -1249,7 +1249,7 @@ Note: There are many naming options for directives, especially since they can be Note: Note that the directive's controller is outside the directive's closure. This style eliminates issues where the injection gets created as unreachable code after a `return`. - Note: Lifecycle hooks were introduced in Angular 1.5. Initialization logic that relies on bindings being present should be put in the controller's $onInit() method, which is guarranteed to always be called after the bindings have been assigned. + Note: Lifecycle hooks were introduced in Angular 1.5. Initialization logic that relies on bindings being present should be put in the controller's $onInit() method, which is guaranteed to always be called after the bindings have been assigned. ```html