Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
emrergin committed Jan 1, 2024
1 parent 2ee91b2 commit 8eec777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: ./temporaryfolder
target: /home/zulmet/servers/belief/standalone
target: /home/${{ secrets.USERNAME }}/servers/belief/standalone
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@v1.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion src/components/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Intro({ nameFunction }: { nameFunction: (a: string) => void }) {
<div className={customStyles.mainWrapper}>
<List className={customStyles.entryText}>
<List.Item>
Hoş geldiniz. Bu dseneyde sizden bazı olasılıkları değerlendirmenizi
Hoş geldiniz. Bu deneyde sizden bazı olasılıkları değerlendirmenizi
isteyeceğiz.
</List.Item>
<List.Item>
Expand Down

0 comments on commit 8eec777

Please sign in to comment.