Skip to content

Commit

Permalink
fix(page): Corrigindo introdução
Browse files Browse the repository at this point in the history
  • Loading branch information
reisdev committed May 14, 2024
1 parent 2413339 commit e9a0c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
id: changed-files-yaml
uses: tj-actions/changed-files@v37
with:
files_yaml: |
files: |
mdbook:
- Book/src/**
- Book/src/**/*.md
- name: Validate changed files
if: steps.changed-files-yaml.outputs.mdbook_any_changed == 'true'
run: |
Expand Down
2 changes: 1 addition & 1 deletion Book/src/aprenda-swift.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="resources/logo.png" alt="Logo da Apple em tom laranja sobreposta com a logo de Swift, em tom de branco" width=150></img>
<div>
<p>
Conteúdos sobre Swift e Desenvolvimento iOS. Esse Pela escassez de conteúdo em Português, incluímos conteúdos em inglês na lista, que estão destacados com a tag `[en]`.
Conteúdos sobre Swift e Desenvolvimento iOS. Esse Pela escassez de conteúdo em Português, incluímos conteúdos em inglês na lista, que estão destacados com a tag <code>[en]</code>.
</p>
<p>
Para contribuir com o projeto, crie seu fork e submeta um PR. As instruções podem ser encontradas no arquivo <a href="https://github.com/CodandoApple/aprenda-swift/blob/main/CONTRIBUTING.md">CONTRIBUTING.md</a>. Quanto mais conteúdo, melhor 🙂
Expand Down

0 comments on commit e9a0c2b

Please sign in to comment.