From 5538947f74351b49343ebc6d3c1affb6c991c7cf Mon Sep 17 00:00:00 2001 From: Steven Oh <91847206+jaeestee@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:09:17 -0500 Subject: [PATCH] fixed the spelling error for "container" In the "The System Description" Section --- systems/hpc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/hpc.md b/systems/hpc.md index 2bd8580..514c58b 100644 --- a/systems/hpc.md +++ b/systems/hpc.md @@ -10,7 +10,7 @@ illustrated in this tutorial to register another HPC cluster that you do have ac ## The System Description To register a system with Tapis, you describe the system in a JSON object. The description -includes information about how to connect to the system, what kind of conatiner runtimes +includes information about how to connect to the system, what kind of container runtimes are available, what scheduler types, the queues defined, and more. The following contains a description of the Stampede2 cluster. Copy and paste the code @@ -131,4 +131,4 @@ at least one credential for it. We will do that next. ## Additional Resources -* _Additional details about the Systems endpoints_ - API [specification](https://tapis-project.github.io/live-docs/?service=Systems) \ No newline at end of file +* _Additional details about the Systems endpoints_ - API [specification](https://tapis-project.github.io/live-docs/?service=Systems)