From 3763baf77f6038c72b6c8ed31dd21a9b0b9169a5 Mon Sep 17 00:00:00 2001 From: Aaron Casanova <32409546+aaronccasanova@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:38:10 -0800 Subject: [PATCH] docs(misc): update reference to `sharedGlobals` (#27625) --- docs/shared/reference/inputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/reference/inputs.md b/docs/shared/reference/inputs.md index 24940121c50e4..5792246eea0c4 100644 --- a/docs/shared/reference/inputs.md +++ b/docs/shared/reference/inputs.md @@ -206,7 +206,7 @@ The `default` inputs include all files in a project as well as any shared global #### Shared Global Inputs -The `sharedGlobal` inputs include things that Nx should always look at when determining computation hashes. For instance, this could be the OS where the command is being run or the version of Node. +The `sharedGlobals` inputs include things that Nx should always look at when determining computation hashes. For instance, this could be the OS where the command is being run or the version of Node. #### Production Inputs