From d1bf834af2928119757c3b895444d74ca1096bf7 Mon Sep 17 00:00:00 2001 From: guangwu Date: Fri, 17 Nov 2023 13:24:05 +0800 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b825299..33a9b6de 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ and `ctx.location` to get `"us-west1"`. Accessing nonexistant attribute `ctx.foo Each addon is represented using the `addon()` Starlark built-in, which takes three arguments, for example `addon("name", "entry_file.ipd", ctx)`. The first -argument is the addon name, used by the `--match_addon` feature. The thrid +argument is the addon name, used by the `--match_addon` feature. The third is optional and represents the `ctx` input to `addons(ctx)` to make the cluster attributes available to the addon. Each addon must implement `install(ctx)` and `remove(ctx)` functions.