Skip to content

Commit e2ebe06

Browse files
authored
corrected typos (#18)
1 parent e4527f5 commit e2ebe06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/templates/footer.liquid

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</a>
3939
<br>
4040
<div class="generator">
41-
Devloped by
41+
Developed by
4242
<a href="https://ptprashanttripathi.github.io" rel="noreferrer" target="_blank" title="Pt. Prashant Tripathi">Pt. Prashant Tripathi</a>
4343
</div>
4444
</div>

functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In vedic, a function is defined using सूत्र keyword.
99
Information can be passed into सूत्र as मान.
1010
To let a सूत्र return a value, use the फल keyword
1111

12-
for a example the following code defines a सूत्र named `योग` that takes 2 मान (varibals) `` and `` and returns addition of those.
12+
for a example the following code defines a सूत्र named `योग` that takes 2 मान (variables) `` and `` and returns addition of those.
1313

1414
Then, `योग` is called and `वद`.
1515

variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and to float are also same
5757
मान पाई = ३.१४१५९;
5858
```
5959

60-
## तर्क (t. _tarka_, m. _logic_)
60+
### तर्क (t. _tarka_, m. _logic_)
6161

6262
This allows you to write raw `सत्य` ( _true_ ) or `असत्य` ( _false_ ) values:
6363

0 commit comments

Comments
 (0)