Skip to content

Commit 14dd290

Browse files
committed
chore: small fixes
1 parent 3b11474 commit 14dd290

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

content/english/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ features:
1818
- "Automatic TLS"
1919
- "Custom events tracking"
2020
- "Goal conversions"
21-
- "File Downaloads tracking"
21+
- "File Downloads tracking"
2222
- "Outbound Links tracking"
2323
- "404 Page tracking"
2424
- "Unlimited websites"
@@ -32,10 +32,10 @@ features:
3232

3333
- title: "Secret sauce of vince"
3434
image: "/images/service-2.svg"
35-
content: "We designed custom storage for web analytics events based on Compressed Roaring Bitmaps using columnar storage to achieve extreme query speeds and efficint data storage."
35+
content: "We designed custom storage for web analytics events based on Compressed Roaring Bitmaps using columnar storage to achieve extreme query speeds and efficient data storage."
3636
bulletpoints:
3737
- "Lighweight < 1KB script"
38-
- "Eazy to deploy and manage: Only a single vince binary is needed"
38+
- "Easy to deploy and manage: Only a single vince binary is needed"
3939
button:
4040
enable: true
4141
label: "Give vince a try"

content/english/about/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ image: "/images/spiral.svg"
66
draft: false
77
---
88

9-
`vince` is a self hosted web analytics server that is privacy frivacy friendly and very easy deploy and operate.
9+
`vince` is a self hosted web analytics server that is privacy friendly with focus on painless deployments..
1010

1111
We created vince because existing solutions didn't cater to our needs, we needed a feature rich, lightweight and easy to manage alternative to google analytics. Solution like Plausible Analytics already exist but they fall short on easy to manage requirement as a result vince was born.
1212

1313
We offer very similar features like Plausible Analytics in a single binary that is highly optimized for efficiency to ensure you get the most out of your limited budget.
1414

15+
[Geofrey Ernest](https://github.com/gernest) , spent three years researching on how to apply roaring bitmaps index on web analytics events. The reason vince is efficient and fast can be attributed to its compact storage format.

content/english/blog/pebble-one-billion-rows-challenge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This challenge has very similar use case like vince, we have two columns, one fo
2121
Full source code of the implementation has been released as [robin](https://github.com/gernest/robin). And can be installed locally with,
2222

2323
```shell
24-
go install github.com/gernest/roabin@latest
24+
go install github.com/gernest/robin@latest
2525
```
2626

2727

0 commit comments

Comments
 (0)