Skip to content

Commit ae1797c

Browse files
authored
docs: details typo (#3368)
1 parent 9075b7f commit ae1797c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/blog/tauri-board-elections-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tauri Board Elections 2024
33
date: 2024-06-28
44
authors: [jbolda]
5-
excerpt: The Tauri Programme is celebrating it's third anniversary of Tauri becoming a programme within The Commons Conservancy. We are hard at work bringing v2 to a stable release, and now the next round of Tauri Board Director elections is upon us!
5+
excerpt: The Tauri Programme is celebrating its third anniversary of Tauri becoming a programme within The Commons Conservancy. We are hard at work bringing v2 to a stable release, and now the next round of Tauri Board Director elections is upon us!
66
---
77

88
The Tauri Programme is celebrating its third anniversary of Tauri becoming a programme within [The Commons Conservancy](https://commonsconservancy.org/). We are hard at work bringing v2 to a stable release, and now the next round of Tauri Board Director elections is upon us! Want to [get involved in other ways](#interested-in-getting-involved) and help Tauri towards v2? We would love your contributions especially to help evolve the documentation!

src/content/docs/concept/size.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This won't be accounting for dynamically added ACLs at runtime so make sure to c
103103
and let them generate a list of allowed commands from the ACL,
104104
this will then be used by the `generate_handler` macro to remove unused commands based on that
105105

106-
An internal detial is this environment variable is currently `REMOVE_UNUSED_COMMANDS`,
106+
An internal detail is this environment variable is currently `REMOVE_UNUSED_COMMANDS`,
107107
and it's set to project's directory, usually the `src-tauri` directory, this is used for the build scripts to find the capability files,
108108
and although it's not encouraged, you can still set this environment variable yourself if you can't or don't want to use `tauri-cli` to get this to work
109109
(**do note that as this is an implementation detail, we don't guarantee the stability of it**)

0 commit comments

Comments
 (0)