From 73acd1cffdbbcd274c25383cbd9e6fd9c970760a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20B=C4=85k?= Date: Thu, 29 Aug 2024 15:25:26 +0200 Subject: [PATCH] fix typo in README Signed-off-by: Kacper Bak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f1ee9a..a704429 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ example: | [`toYaml`](example/functions/toYaml) | Marshals any object into a YAML string | | [`fromYaml`](example/functions/fromYaml) | Unmarshals a YAML string into an object | | [`getResourceCondition`](example/functions/getResourceCondition) | Helper function to retreive conditions of resources | -| [`getComposedResouce`](example/functions/getComposedResource) | Helper function to retrieve observed composed resources | +| [`getComposedResource`](example/functions/getComposedResource) | Helper function to retrieve observed composed resources | | [`getCompositeResource`](example/functions/getCompositeResource) | Helper function to retreive the observed composite resource | | [`setResourceNameAnnotation`](example/inline) | Returns the special resource-name annotation with given name | | [`include`](example/functions/include) | Outputs template as a string | @@ -207,4 +207,4 @@ $ crossplane xpkg build -f package --embed-runtime-image=runtime [go]: https://go.dev [docker]: https://www.docker.com [cli]: https://docs.crossplane.io/latest/cli -[extra-resources]: https://docs.crossplane.io/latest/concepts/composition-functions/#how-composition-functions-work \ No newline at end of file +[extra-resources]: https://docs.crossplane.io/latest/concepts/composition-functions/#how-composition-functions-work