diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index ee28691..a69f11f 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -49,8 +49,8 @@ jobs: uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "chore: format code with Prettier" + commit-message: 'chore: format code with Prettier' branch: prettier-fix - title: "chore: format code with Prettier" - body: "This PR formats the code with Prettier." + title: 'chore: format code with Prettier' + body: 'This PR formats the code with Prettier.' labels: prettier diff --git a/docs/objects/effects/ImageSky.md b/docs/objects/effects/ImageSky.md index f2d4c8d..0e07498 100644 --- a/docs/objects/effects/ImageSky.md +++ b/docs/objects/effects/ImageSky.md @@ -12,17 +12,11 @@ icon: polytoria/ImageSky ### BackId:int { property } -The image ID of the back side of the skybox. - - - - - - +The image ID of the back side of the skybox. ### BottomId:int { property }