Skip to content

Commit

Permalink
fix spelling of Isaac and add pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
steple committed Jan 15, 2025
1 parent e956ddb commit f89f255
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ repos:
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: local
hooks:
- id: spellcheck
name: Spellcheck
entry: issac
args: [-i]
language: pygrep
types: [text]
exclude: ".pre-commit-config.yaml|docs/source/_static/refs.bib"
2 changes: 1 addition & 1 deletion docs/source/setup/installation/binaries_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Installation using Isaac Sim Binaries
=====================================

Issac Lab requires Isaac Sim. Install Isaac Sim first, then Isaac Lab.
Isaac Lab requires Isaac Sim. Install Isaac Sim first, then Isaac Lab.

Installing Isaac Sim
--------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/setup/installation/pip_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Installation using pip
================================

Issac Lab requires Isaac Sim. Install Isaac Sim first, then Isaac Lab.
Isaac Lab requires Isaac Sim. Install Isaac Sim first, then Isaac Lab.

Installing Isaac Sim
--------------------
Expand Down

0 comments on commit f89f255

Please sign in to comment.