From 194d28e6ef0e629984b36fadd0583b4c478c593e Mon Sep 17 00:00:00 2001 From: Daniel Edgar Date: Fri, 14 Feb 2025 07:19:46 -0500 Subject: [PATCH] fix: typo --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 624b97cc..cde57ecc 100644 --- a/modules/README.md +++ b/modules/README.md @@ -1,7 +1,7 @@ # Adding third-party modules to nginx official image It's possible to extend a mainline image with third-party modules either from -your own instuctions following a simple filesystem layout/syntax using +your own instructions following a simple filesystem layout/syntax using `build_module.sh` helper script, or falling back to package sources from [pkg-oss](https://github.com/nginx/pkg-oss).