Less ambiguity about 'SECRET TOOL'

This commit is contained in:
Max 2021-03-30 09:59:53 -05:00 committed by GitHub
parent a124f53628
commit 2c7105888e
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ feature_row3:
-
title: Analysis
excerpt: >
To make it easier to write correct code, Luau comes with a set of analysis tools that can surface common mistakes. These consist of a linter and a type checker, colloquially known as script analysis, and can be used from [Roblox Studio](https://developer.roblox.com/en-us/articles/The-Script-Analysis-Tool) or using SECRET TOOL. The linting passes are [described here](lint), and the type checking user guide can [be found here](typecheck).
To make it easier to write correct code, Luau comes with a set of analysis tools that can surface common mistakes. These consist of a linter and a type checker, colloquially known as script analysis, and can be used from [Roblox Studio](https://developer.roblox.com/en-us/articles/The-Script-Analysis-Tool) or from the (currently internal-only) CLI version of Roblox. The linting passes are [described here](lint), and the type checking user guide can [be found here](typecheck).
url: /typecheck
btn_label: Learn More
btn_class: "btn--primary"